Compare commits
2 Commits
9a71e1fa0f
...
c58d880e28
| Author | SHA1 | Date |
|---|---|---|
|
|
c58d880e28 | |
|
|
183fc6143f |
|
|
@ -2610,7 +2610,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
{
|
||||
if (!_taskStudyRepository.Any(t => t.VisitTaskId == inDto.VisitTaskId))
|
||||
{
|
||||
return ResponseOutput.NotOk("ReadingImage_BackImageNotExist");
|
||||
return ResponseOutput.NotOk(_localizer["ReadingImage_BackImageNotExist"]);
|
||||
}
|
||||
}
|
||||
await VerifyTaskIsSign(inDto.VisitTaskId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue