Ver código fonte

国家政务、921核酸表联合查询,新增是否需要五天一检字段

LIVE_YE 2 anos atrás
pai
commit
f3fca02d44

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

@@ -651,6 +651,7 @@
             <if test="regionIdXjd != null and regionIdXjd != ''">and z.region_id = #{regionIdXjd}</if>
             <if test="villageTownsIdXjd != null and villageTownsIdXjd != ''">and z.town_id = #{villageTownsIdXjd}</if>
             <if test="villageIdXjd != null and villageIdXjd != ''">and z.village_id = #{villageIdXjd}</if>
+            <if test="isNucleicAcidFive != null and isNucleicAcidFive != ''">and z.is_nucleicAcid_five = #{isNucleicAcidFive}</if>
         </where>
     </select>
     <select id="stsByAll" resultType="int">