Browse Source

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

wuhp 1 năm trước cách đây
mục cha
commit
687098cd35
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>