Browse Source

常住人口 2

shiqian 3 năm trước cách đây
mục cha
commit
e82ba8e1de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      boman-web-core/src/main/resources/mapper/CzrkMapper.xml

+ 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 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}
         <if test="villageTowns != null  and villageTowns != ''">
             and vi.village_towns = #{villageTowns}