Compare commits
No commits in common. "aabe604e185159ebaad404c7c0be67709fe21b16" and "4187a568f8806de4e80e9b4b205193bb5e10dc8c" have entirely different histories.
aabe604e18
...
4187a568f8
|
@ -1227,7 +1227,6 @@ namespace IRaCIS.Application.Services
|
||||||
entity.ReadingClinicalDataState = ReadingClinicalDataStatus.HaveUploaded;
|
entity.ReadingClinicalDataState = ReadingClinicalDataStatus.HaveUploaded;
|
||||||
entity.IsSign = false;
|
entity.IsSign = false;
|
||||||
entity.FileCount = fileCount;
|
entity.FileCount = fileCount;
|
||||||
entity.CreateTime=DateTime.Now;
|
|
||||||
var success = await _readingConsistentClinicalDataRepository.SaveChangesAsync();
|
var success = await _readingConsistentClinicalDataRepository.SaveChangesAsync();
|
||||||
return ResponseOutput.Ok(entity.Id);
|
return ResponseOutput.Ok(entity.Id);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue