Uat_Study
he 2022-07-21 14:43:03 +08:00
parent 8a4ce3b9e8
commit e611380010
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ namespace IRaCIS.Application.Services
await this.SubmitTaskChangeState(inDto.VisitTaskId);
return ResponseOutput.Ok(result);
return ResponseOutput.Ok(true);
}