Test.EIImageViewer
he 2022-11-01 13:25:59 +08:00
parent 030191bed0
commit c802b7cb1c
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ namespace IRaCIS.Application.Services
//[NonDynamicMethod] //[NonDynamicMethod]
public async Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto) public async Task<IResponseOutput> SubmitGlobalReadingInfo(SubmitGlobalReadingInfoInDto inDto)
{ {
await VerifyTaskIsSign(inDto.GlobalTaskId);
//var result = await this.SaveGlobalReadingInfo(inDto); //var result = await this.SaveGlobalReadingInfo(inDto);
await VerifyTaskIsSign(inDto.GlobalTaskId); await VerifyTaskIsSign(inDto.GlobalTaskId);
await this.SubmitTaskChangeState(inDto.GlobalTaskId); await this.SubmitTaskChangeState(inDto.GlobalTaskId);