修改
This commit is contained in:
@@ -232,10 +232,10 @@ namespace IRaCIS.Core.API.Controllers
|
||||
/// </summary>
|
||||
[HttpPost, Route("Inspection/QCOperation/SetCheckPass")]
|
||||
[UnitOfWork]
|
||||
public async Task<IResponseOutput> SetCheckPass(DataInspectionDto<IDDto> opt)
|
||||
public async Task<IResponseOutput> SetCheckPass(DataInspectionDto<SetCheckPassDt> opt)
|
||||
{
|
||||
var fun = _qCOperationService.SetCheckPass;
|
||||
return await _inspectionService.Enforcement(opt.OptCommand.Id, opt.AuditInfo, opt.SignInfo, fun);
|
||||
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, fun);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
<param name="opt"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.SetCheckPass(IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionDto{IRaCIS.Core.Application.Contracts.IDDto})">
|
||||
<member name="M:IRaCIS.Core.API.Controllers.InspectionController.SetCheckPass(IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionDto{IRaCIS.Core.Application.Service.Inspection.DTO.SetCheckPassDt})">
|
||||
<summary>
|
||||
手动设置一致性核查通过
|
||||
</summary>
|
||||
|
||||
Reference in New Issue
Block a user