智慧保安后台管理-外网-验收版本
tangzy
2021-12-06 cc057177b2fb17aee9a173a6adbabdc578fd74c7
src/main/java/org/springblade/modules/system/service/impl/DeptServiceImpl.java
@@ -256,6 +256,10 @@
      if(type==1){
         map = baseMapper.lazyTreeUsers(type,deptId,null);
      }
      //查当前公司人员
      if(type==4){
         map = baseMapper.lazyTreeUsers(null,deptId,null);
      }
      //保安向民警汇报
      if(type==2){
         //查询当前保安所在的辖区
@@ -300,4 +304,9 @@
   public List<DeptVo> selDeptList() {
      return baseMapper.selDeptList();
   }
   @Override
   public List<String> selectIn() {
      return baseMapper.selectIn();
   }
}