ソースを参照

1.控制台后线人员数据比对

wuhp 1 年間 前
コミット
687098cd35
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/main/resources/mapper/modules/admin/SysUserMapper.xml

+ 1 - 0
src/main/resources/mapper/modules/admin/SysUserMapper.xml

@@ -1388,6 +1388,7 @@
             info.id is not null
             and su.id NOT LIKE '%M%'
             AND ( su.type != '1' and  su.type != '2' )
+            and su.dept_id  in(SELECT val FROM ins_dept_configuration )
             <if test="vo.provinceId != null and vo.provinceId != ''">
                 and sd.id like concat('%',#{vo.provinceId},'%')
             </if>