Forráskód Böngészése

修改是否全员核酸查询条件不生效

Administrator 2 éve
szülő
commit
74255c5d5e

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

@@ -1418,7 +1418,7 @@
                 and c.user_name like concat(#{userName}, '%')
             </if>
             <if test="isNucleicAcid != null and isNucleicAcid != ''">and c.is_nucleicAcid = #{isNucleicAcid}</if>
-            <if test="isNucleicAcidFive != null and isNucleicAcidFive != ''">and c.is_nucleic_acidFive = #{isNucleicAcidFive}</if>
+            <if test="isNucleicAcidFive != null and isNucleicAcidFive != ''">and c.is_nucleicAcid_five = #{isNucleicAcidFive}</if>
             <if test="params.startAge != null  and params.startAge != ''">and c.age &gt;= #{params.startAge}</if>
             <if test="params.endAge != null  and params.endAge != ''">and c.age &lt;= #{params.endAge}</if>
             <if test="idCard != null  and idCard != ''">and c.id_card = #{idCard}</if>