修改一版

This commit is contained in:
he
2022-04-21 14:57:23 +08:00
parent aaeeff9b00
commit fca6be727c
6 changed files with 145 additions and 15 deletions
@@ -369,7 +369,7 @@ namespace IRaCIS.Core.API.Controllers
var fun = await _qCOperationService.UploadVisitCheckExcel(file, opt.trialId);
return ResponseOutput.Ok();
return fun;
//var data = JsonConvert.DeserializeObject<DataInspectionAddDTO>(opt.AuditInfo);
//return await _inspectionService.Enforcement(opt.trialId, data, null, null, fun);
}