Compare commits
2 Commits
4187a568f8
...
aabe604e18
Author | SHA1 | Date |
---|---|---|
|
aabe604e18 | |
|
f2bc281e2b |
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue