blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/animalheat/mapper/AnimalHeatMapper.xml
@@ -127,4 +127,11 @@ and create_time between #{conditionVo.startTime} and #{conditionVo.endTime} </if> </select> <!--查询当前时间段区间时间体温异常次数--> <select id="selAnimalTimeData" resultType="org.springblade.jfpt.animalheat.entity.BladeAnimalHeat"> select status,create_time from blade_animal_heat where status=1 and create_time between #{conditionVo.startTime} and #{conditionVo.endTime} </select> </mapper>