This commit is contained in:
he
2023-07-11 18:02:37 +08:00
parent c2cbbba637
commit 18f5bcd62f
4 changed files with 34 additions and 23 deletions
@@ -834,7 +834,6 @@ namespace IRaCIS.Application.Services
// 这里处理CRC上传 阅片期的临床数据
var readModule = await _readModuleRepository.Where(x => x.Id == inDto.ReadingId&&x.IsCRCConfirm)
.FirstOrDefaultAsync();
if (readModule != null)
{