fix(项目设置): 无项目权限时显示了顶部项目设置菜单

This commit is contained in:
shiziyuan9527 2022-03-10 16:26:43 +08:00 committed by shiziyuan9527
parent 2cb5f53b29
commit 6999963eae
1 changed files with 6 additions and 0 deletions

View File

@ -648,3 +648,9 @@ alter table api_test_environment
update api_test_environment set create_time = unix_timestamp() * 1000 where create_time is null;
update api_test_environment set update_time = unix_timestamp() * 1000 where update_time is null;
-- 删除历史脏数据
delete
from user_group_permission
where group_id = 'admin'
and module_id = 'PROJECT_ERROR_REPORT_LIBRARY';