This commit is contained in:
he
2022-07-21 14:43:03 +08:00
parent 8a4ce3b9e8
commit e611380010
@@ -760,7 +760,7 @@ namespace IRaCIS.Application.Services
await this.SubmitTaskChangeState(inDto.VisitTaskId);
return ResponseOutput.Ok(result);
return ResponseOutput.Ok(true);
}