Skip to content

Commit

Permalink
chore-RoleActionController-系统不会每次启动时都再次校验权限字典
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Nov 5, 2024
1 parent 088979a commit df6665e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ public class ModuleController extends ScaffoldForPlatform implements ITreeAbilit
@Inject
RoleActionController roleActionController;

@Inject
MuYunConfig muYunConfig;

@Override
public String getMainTable() {
return "app_module";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class RoleActionController extends ScaffoldForPlatform implements IChildA
@Override
protected void afterInit() {
super.afterInit();
dictCategoryController.putDictCategory(new DictCategory("data_auth", "platform_dir", "系统数据权限", 1).setDictList(DATA_AUTH_DICT), true);
dictCategoryController.putDictCategory(new DictCategory("data_auth", "platform_dir", "系统数据权限", 1).setDictList(DATA_AUTH_DICT), false);
}

@Override
Expand Down

0 comments on commit df6665e

Please sign in to comment.