mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
菜单排序
This commit is contained in:
@@ -55,7 +55,7 @@ public class SysResourceController {
|
||||
*/
|
||||
@GetMapping("/listAll")
|
||||
public Result<List<SysResourceVO>> listAll() {
|
||||
List<SysResource> list = sysResourceService.listAll();
|
||||
List<SysResource> list = sysResourceService.listAllResource();
|
||||
List<SysResourceVO> retList = CopyUtil.copyList(list, SysResourceVO::new);
|
||||
return Result.ok(retList);
|
||||
}
|
||||
|
Reference in New Issue
Block a user