Explorar o código

常住人口 2

shiqian %!s(int64=3) %!d(string=hai) anos
pai
achega
e82ba8e1de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}