修改接口

This commit is contained in:
he
2022-04-15 16:57:54 +08:00
parent 81a6070644
commit 4c96bc82d3
4 changed files with 46 additions and 19 deletions
@@ -468,6 +468,7 @@ namespace IRaCIS.Core.API.Controllers
{
return ResponseOutput.NotOk(fun.ErrorMessage);
}
opt.AuditInfo.VisitStageId = Guid.Parse(fun.Data);
opt.OptCommand.Id = Guid.Parse(fun.Data);
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, null, fun);
}