소스 검색

Merge branch '陈航-修改员工录入重复问题' of sckj/mz-cloud into master

953954216 1 년 전
부모
커밋
10ea9d1fda
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-modules/mz-organization-yggl/src/main/resources/mapper/organization/YljgYgJbxxMapper.xml

+ 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>