ZQN
2025-05-19 bc74da0f1db27b135232fcab1824640ab10735ee
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);