blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/healthcode/mapper/healthcodeMapper.xml
@@ -161,4 +161,11 @@ and dtime between #{conditionVo.startTime} and #{conditionVo.endTime} </if> </select> <!--查询当前时间段区间时间红色健康码个数--> <select id="selRedCodeTimeData" resultType="org.springblade.jfpt.healthcode.entity.Healthcode"> SELECT type,dtime FROM healthcode where type =3 and dtime between #{conditionVo.startTime} and #{conditionVo.endTime} </select> </mapper>