修改修改一版

This commit is contained in:
he
2022-04-20 20:20:50 +08:00
parent bf9055c80f
commit 04ba060c84
3 changed files with 27 additions and 20 deletions
@@ -91,6 +91,7 @@ namespace IRaCIS.Core.API.Controllers
}
#endregion
#region
/// <summary>
@@ -571,7 +572,7 @@ namespace IRaCIS.Core.API.Controllers
}
opt.AuditInfo.VisitStageId = fun.Data.Id;
opt.OptCommand.Id = fun.Data.Id;
opt.AuditInfo.BlindName = fun.Data.BlindName;
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, null, fun);
}