修改医生
parent
92d58b71af
commit
c0932853b7
|
@ -668,6 +668,7 @@ namespace IRaCIS.Application.Contracts
|
|||
public string BlindName { get; set; } = String.Empty;
|
||||
|
||||
public string BlindNameCN { get; set; } = string.Empty;
|
||||
public string BlindPublications { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -440,6 +440,8 @@ namespace IRaCIS.Application.Services
|
|||
ActivelyReading = auditResumeParam.ActivelyReading,
|
||||
IsVirtual=auditResumeParam.IsVirtual,
|
||||
BlindName=auditResumeParam.BlindName,
|
||||
BlindNameCN = auditResumeParam.BlindNameCN,
|
||||
BlindPublications = auditResumeParam.BlindPublications,
|
||||
AuditTime = DateTime.Now,
|
||||
AuditUserId = userId
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue