@@ -203,7 +203,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="countByJs" resultType="int">
select count(1)
- from vaccine_info vi
+ from czrk vi
where vi.is_del = 'Y' and vi.update_time >= #{startTime} and vi.update_time <= #{endTime}
<if test="villageTowns != null and villageTowns != ''">
and vi.village_towns = #{villageTowns}