| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.jfpt.animalheat.entity.BladeAnimalHeat; |
| | | import org.springblade.jfpt.animalheat.vo.AnimalHeatVo; |
| | | import org.springblade.jfpt.animalheat.vo.StatisVo; |
| | |
| | | * @return |
| | | */ |
| | | List<Map<String, Integer>> selWeekDayAnimalStatis(); |
| | | |
| | | /** |
| | | * 获取体温数据统计 --本月 |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> getAnimalStatisMonth(); |
| | | |
| | | /** |
| | | * 统计7天内每天体温异常的的总人数 |
| | | * @return |
| | | */ |
| | | List<Integer> selectAnimalHeatDataStatis(); |
| | | } |