shiqian 3 роки тому
батько
коміт
e82ba8e1de

+ 1 - 1
boman-web-core/src/main/resources/mapper/CzrkMapper.xml

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