|
|
@ -458,7 +458,7 @@ public class UnplannedReceiptJobAppService |
|
|
|
ReqCode = job.UnplannedReceiptRequestNumber, |
|
|
|
Message = "OK" |
|
|
|
}; |
|
|
|
return ret;//暂时无接口直接返回
|
|
|
|
//return ret;//暂时无接口直接返回
|
|
|
|
|
|
|
|
using var unitOfWork = _unitOfWorkManager.Begin(); |
|
|
|
try |
|
|
@ -510,7 +510,7 @@ public class UnplannedReceiptJobAppService |
|
|
|
} |
|
|
|
|
|
|
|
var client = new AgvJobClient(_agvOptions.Value.Address, httpclient, _agvOptions.Value.Path); |
|
|
|
ret = await client.PushOutTaskUnplannedAsync(request).ConfigureAwait(false); |
|
|
|
ret = await client.PushOutTaskUnplannedReceiptAsync(request).ConfigureAwait(false); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|