修改
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>
|
||||
|
||||
Reference in New Issue
Block a user