Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Grain-Yu committed Nov 30, 2023
1 parent 0e5751a commit e7833d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def slowquery(request):
"""SQL慢日志页面"""
return render(request, "slowquery.html")

@permission_required("sql.menu_sqlreview", raise_exception=True)
@permission_required("sql.menu_slowquery", raise_exception=True)
def sqlreview(request):
"""SQL优化详情页面"""
return render(request, "sqlreview.html")
Expand Down

0 comments on commit e7833d4

Please sign in to comment.