‘liusuyi’
2024-03-15 9ab35c4cbc2bf535ab15305b173d0e6d27ffb3ba
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));
    }
}