修改
This commit is contained in:
@@ -3127,7 +3127,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
|
||||
var entity = item.Entity as VisitTask;
|
||||
var userRealName = await _dbContext.User.Where(x => x.Id == entity.DoctorUserId).Select(x => x.FullName).FirstOrDefaultAsync();
|
||||
var obj = new { UserRealName= userRealName };
|
||||
object obj = new { UserRealName= userRealName };
|
||||
|
||||
#region 标识区分
|
||||
|
||||
|
||||
Reference in New Issue
Block a user