修改医生
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user