project-admin/src/main/java/com/project/admin/controller/enforce/EnforceOrderController.java
@@ -76,6 +76,11 @@ @GetMapping("/commonList") public TableDataInfo commonList(EnforceOrderQueryBo bo) { 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); return getDataTable(list);