修复警告
parent
46e2add410
commit
5ef195cc3b
|
@ -1033,7 +1033,7 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
{
|
{
|
||||||
if (sujectVisitId != null)
|
if (sujectVisitId != null)
|
||||||
{
|
{
|
||||||
subjectVisit = await (_subjectVisitRepository.FirstOrDefaultAsync(t => t.Id == sujectVisitId)).IfNullThrowException();
|
subjectVisit = await (_subjectVisitRepository.FirstOrDefaultAsync(t => t.Id == sujectVisitId)).IfNullThrowException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1803,9 +1803,9 @@ namespace IRaCIS.Core.Application.Image.QA
|
||||||
TalkContent = "CRC申请重传/上传影像"
|
TalkContent = "CRC申请重传/上传影像"
|
||||||
});
|
});
|
||||||
|
|
||||||
await _qcChallengeRepository.SaveChangesAsync();
|
var isSuccess = await _qcChallengeRepository.SaveChangesAsync();
|
||||||
|
|
||||||
return ResponseOutput.Ok();
|
return ResponseOutput.Result(isSuccess);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue