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

修改员工录入重复问题(查重项添加state字段)

953954216 1 éve
szülő
commit
d6cfab82c3

+ 1 - 0
ruoyi-modules/mz-organization-yggl/src/main/resources/mapper/organization/YljgYgJbxxMapper.xml

@@ -227,6 +227,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select *
         FROM yljg_yg_jbxx
         <where>
+            state = '1'
             <if test="sfzlx != null  and sfzlx != ''"> and sfzlx = #{sfzlx}</if>
             <if test="sfzhm != null  and sfzhm != ''"> and sfzhm = #{sfzhm}</if>
             <if test="zzzt != null  and zzzt != ''"> and zzzt = #{zzzt}</if>