This commit is contained in:
pengjie 2023-11-17 10:34:20 +08:00
parent 09ce8d46a9
commit 2c3bebb0b9
2 changed files with 1 additions and 17648 deletions

View File

@ -196,7 +196,7 @@ public class BaseMenuServiceImpl extends ServiceImpl<BaseMenuMapper, BaseMenu> i
SystemRole systemRole = systemRoleService.getById(roleId);
Integer accountType = systemRole.getRoleType();
List<EnterpriseMain> enterpriseMainList = new ArrayList<>();
if (systemRole.getPriority() <= 3) {
if (systemRole.getSysDefault() == 1) {
EnterpriseMain enterpriseMain = new EnterpriseMain();
if (systemRole.getRoleCode().equals("BUILD")) {
enterpriseMain.setMainType(1);

File diff suppressed because it is too large Load Diff