| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.jfpt.healthcode.entity.Healthcode; |
| | | import org.springblade.jfpt.healthcode.vo.HealthcodeVO; |
| | | import org.springblade.jfpt.parcel.vo.ConditionVo; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @return |
| | | */ |
| | | List<Healthcode> selectHealthcodeListPage(IPage<Healthcode> page,@Param("healthcodeVO") HealthcodeVO healthcodeVO); |
| | | |
| | | /** |
| | | * 查询当前时间段红色健康码总个数 |
| | | * @param conditionVo |
| | | * @return |
| | | */ |
| | | Integer selHealthcodeTimeCount(@Param("conditionVo")ConditionVo conditionVo); |
| | | } |