|
|
|
@ -367,7 +367,8 @@ namespace Shentun.Peis.MyUser |
|
|
|
var roleSysParmId = await _sysParmValueManager.GetSysParmValueAsync(Guid.Empty, input.RoleSysParmId); |
|
|
|
if (string.IsNullOrWhiteSpace(roleSysParmId)) |
|
|
|
{ |
|
|
|
throw new UserFriendlyException("系统参数中未找到角色Id"); |
|
|
|
//throw new UserFriendlyException("系统参数中未找到角色Id");
|
|
|
|
return new List<ListByOperatorTypeDto>(); |
|
|
|
} |
|
|
|
List<string> roleIds = roleSysParmId.Split(",", StringSplitOptions.RemoveEmptyEntries).ToList(); |
|
|
|
|
|
|
|
|