blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/animalheat/mapper/AnimalHeatMapper.xml
@@ -45,7 +45,10 @@ <if test="animalHeatVo.status!=null"> and status=#{animalHeatVo.status} </if> ORDER BY create_time asc <if test="animalHeatVo.begTime!=null and animalHeatVo.begTime!='' and animalHeatVo.endTime!=null and animalHeatVo.endTime!='' "> and date(create_time) between #{animalHeatVo.begTime} and #{animalHeatVo.endTime} </if> ORDER BY create_time desc </select> <!--查询本周每天的体温数据(按礼拜一开始计算)--> @@ -113,5 +116,6 @@ ) b on a.click_date = b.datetime order by a.click_date asc </select> </mapper>