liujie
2025-05-30 535223079f6fa155feb492e1b48786ece31d3467
springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/api/SystemMenuController.java
@@ -26,8 +26,8 @@
   private ISystemMenuService systemMenuService;
   
   @GetMapping("/getSystemMenuList")
   @ApiOperation(value = "获取菜单列表", tags = {"三个身边后台-角色管理"})
   @OperLog(operModul = "三个身边后台",operType = 0, businessType = "获取菜单列表")
   @ApiOperation(value = "获取菜单列表", tags = {"西区纪委后台-角色管理"})
   @OperLog(operModul = "西区纪委后台",operType = 0, businessType = "获取菜单列表")
   public R<List<SystemMenu>> getSystemMenuList(){
      return R.ok(systemMenuService.getSystemMenuList());
   }