aijinhui
2024-04-12 5b992c91e2794311d5fc7cfc91cd68d9aed2573a
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserController.java
@@ -266,9 +266,4 @@
        }
    }
    @GetMapping("/getAPPSoilderByCommanderId")
    public AjaxResult getAPPSoilderByCommanderId() {
        String userId = SecurityUtils.getUserId();
        return success(userService.getAPPSoilderByCommanderId(userId));
    }
}