Skip to content

Commit

Permalink
修复后台菜单加载不全的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Jan 12, 2025
1 parent f37cfe7 commit d6a4804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/internal/controllers/admin/menu_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (c *MenuController) GetTree() *web.JsonResult {
}

func (c *MenuController) AnyList() *web.JsonResult {
list := services.MenuService.Find(params.NewPagedSqlCnd(c.Ctx,
list := services.MenuService.Find(params.NewSqlCnd(c.Ctx,
params.QueryFilter{
ParamName: "status",
},
Expand Down

0 comments on commit d6a4804

Please sign in to comment.