'店员权限bug处理合并'

This commit is contained in:
fengtianyangyang
2022-03-03 18:03:04 +08:00
parent 4d551366ed
commit a82d3fe57c
14 changed files with 88 additions and 44 deletions

View File

@@ -41,7 +41,7 @@ public class StoreMenuController {
return ResultUtil.data(storeMenuService.tree());
}
@ApiOperation(value = "获取所有菜单")
@ApiOperation(value = "获取所有菜单---根据当前用户角色")
@GetMapping("/memberMenu")
public ResultMessage<List<StoreMenuVO>> memberMenu() {
return ResultUtil.data(storeMenuService.findUserTree());