liusuyi
2024-05-25 a7638a68f1b1f7d4a829fb02824c7247bbc476a6
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));
    }
}