|
@@ -623,6 +623,7 @@ public class GenTableServiceImpl implements IGenTableService {
|
|
|
menu.setPath("#");
|
|
|
menu.setCreateBy(SecurityUtils.getUsername());
|
|
|
menu.setSysTableName(tableName);
|
|
|
+ menu.setPerms(genTable.getTableName()+":"+strings[i]);
|
|
|
remoteSysMenuService.add(menu);
|
|
|
}
|
|
|
}
|
|
@@ -675,6 +676,7 @@ public class GenTableServiceImpl implements IGenTableService {
|
|
|
menu.setPath("#");
|
|
|
menu.setCreateBy(SecurityUtils.getUsername());
|
|
|
menu.setSysTableName(tableName);
|
|
|
+ menu.setPerms(genTable.getTableName()+":"+strings[i]);
|
|
|
remoteSysMenuService.add(menu);
|
|
|
}
|
|
|
}
|