修改提交

This commit is contained in:
he
2022-04-22 09:02:46 +08:00
parent ab4847b510
commit 6d27341365
2 changed files with 16 additions and 15 deletions
@@ -421,6 +421,7 @@ namespace IRaCIS.Core.API.Controllers
public async Task<IResponseOutput> CRCRequestToQC(DataInspectionDto<CRCRequestToQCCommand> opt)
{
var fun = _qCOperationService.CRCRequestToQC;
opt.AuditInfo.NeedSava = false;
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, fun);
}