Uat_Study
parent
663b40bdce
commit
963d5de5ee
|
@ -60,6 +60,7 @@ namespace IRaCIS.Core.Infra.EFCore
|
|||
|
||||
await _dbSet.AddAsync(entity).ConfigureAwait(false);
|
||||
|
||||
// 添加稽查
|
||||
await AddInspectionAsync(entity, isSaveAudit);
|
||||
|
||||
if (autoSave)
|
||||
|
@ -672,7 +673,7 @@ namespace IRaCIS.Core.Infra.EFCore
|
|||
SubjectCode = data.Code,
|
||||
IsSign = false,
|
||||
CreateTime = createtime,
|
||||
Identification = "Init|Subject|Status|Subject",
|
||||
Identification = "Init|Subject|Status|Subject", // 初始化受试者信息
|
||||
JsonDetail = entity.ToJcJson()
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue