1.新建运营商默认角色改成运营商

This commit is contained in:
邱贞招 2024-09-20 17:14:33 +08:00
parent ab0170316a
commit aad9c90002

View File

@ -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)