1.新建运营商默认角色改成运营商
This commit is contained in:
parent
ab0170316a
commit
aad9c90002
|
@ -443,7 +443,7 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|||
// 添加运营商角色
|
||||
if (rows > 0) {
|
||||
log.info("创建运营商账号成功");
|
||||
Long[] roleIds = new Long[]{3L};
|
||||
Long[] roleIds = new Long[]{6L};
|
||||
// 新增用户与角色管理
|
||||
List<SysUserRole> list = new ArrayList<>(roleIds.length);
|
||||
for (Long roleId : roleIds)
|
||||
|
|
Loading…
Reference in New Issue
Block a user