Compare commits

..

No commits in common. "bbc8859a16537fa300cf2038146ca555228a1e74" and "e5fcb75b9f040895861f87a2fdacf5a795cb09dd" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -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();
object obj = new { UserRealName= userRealName };
var obj = new { UserRealName= userRealName };
#region 标识区分