소스 검색

Merge branch 'V0.0.5' of http://10.87.21.221:8000/jzyd_yyds/soc into V0.0.5

jiawuxian 1 년 전
부모
커밋
8c92836644
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      soc-modules/soc-modules-system/src/main/resources/mapper/system/SysOrgMapper.xml

+ 1 - 0
soc-modules/soc-modules-system/src/main/resources/mapper/system/SysOrgMapper.xml

@@ -1161,6 +1161,7 @@ and a.org_path LIKE concat(#{orgPath}, '%')
         FROM
             sys_org
         WHERE
+         is_lock=0 AND
             type = #{type}
           AND deleted = 0
           <if test="path != null">