project-admin/src/main/java/com/project/admin/controller/enforce/EnforceOrderController.java
@@ -76,8 +76,10 @@ @GetMapping("/commonList") public TableDataInfo commonList(EnforceOrderQueryBo bo) { if (bo.getCheckDeptId()==null){ bo.setCheckDeptId(deptService.getCheckDeptIdByLoginDeptId(SecurityUtils.getDeptId())); Long loginDeptId = SecurityUtils.getDeptId(); if (bo.getCheckDeptId()==null && !loginDeptId.equals(100L) && loginDeptId.equals(101L)) { bo.setCheckDeptId(deptService.getCheckDeptIdByLoginDeptId(loginDeptId)); } startPage(); List<EnforceOrderVo> list = iEnforceOrderService.queryCommonList(bo);