This commit is contained in:
he
2022-04-11 16:55:27 +08:00
parent 62b6d4176b
commit 6c81cf2612
3 changed files with 5 additions and 3 deletions
@@ -91,6 +91,7 @@ namespace IRaCIS.Core.API.Controllers
{
return ResponseOutput.NotOk(fun.ErrorMessage);
}
opt.OptCommand.Id = Guid.Parse(fun.Data);
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, null, fun);
}