Uat_Study
hang 2022-05-18 15:29:59 +08:00
parent 5999098820
commit 60ee677437
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ namespace IRaCIS.Core.Application.Service
var builder = new BodyBuilder();
var sysUserInfo = (await _userRepository.Where(t => t.Id == userInfo.SystemUserId).FirstOrDefaultAsync()).IfNullThrowException();
var sysUserInfo = (await _userRepository.Where(t => t.Id == userInfo.SystemUserId).Include(t=>t.UserTypeRole).FirstOrDefaultAsync()).IfNullThrowException();
builder.HtmlBody = @$"<body style='font-family: 微软雅黑;padding: 0;margin: 0;'>