修改接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user