优化
This commit is contained in:
parent
09ce8d46a9
commit
2c3bebb0b9
@ -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
Loading…
x
Reference in New Issue
Block a user