IRC_NewDev
he 2024-08-19 15:22:19 +08:00
parent 60fc8f9bce
commit f2bc281e2b
1 changed files with 1 additions and 0 deletions

View File

@ -1227,6 +1227,7 @@ namespace IRaCIS.Application.Services
entity.ReadingClinicalDataState = ReadingClinicalDataStatus.HaveUploaded;
entity.IsSign = false;
entity.FileCount = fileCount;
entity.CreateTime=DateTime.Now;
var success = await _readingConsistentClinicalDataRepository.SaveChangesAsync();
return ResponseOutput.Ok(entity.Id);