@ -79,8 +79,6 @@
</select>
<select id="statisticsHealthByType" resultType="com.ccsens.delivery.bean.vo.CommonVo$HealthNum">
SELECT
count(*) as reportNum
<if test="type = 0 or type = 1">
@ -114,7 +112,7 @@
#{id}
</foreach>
)
-- AND ocr = 0
AND ocr = 1
and `type` = #{types}
and submit_time >= #{startTime}
and submit_time < #{endTime}