Commit 30185e9e LN

提交后无反应问题修改。

1 个父辈 22a23084
......@@ -1172,9 +1172,14 @@ public class LiteOrderCache {
reelItem.setExecutFailReason(str);
reelItem.setStatus(OrderItemStatus.Reserved);
log.info("工单【" + orderNo + "】PN [" + item.getPn() + "] RI [" + item.getRi() + "] API009 验证失败,更改状态为 Reserved");
}else if(s==null){
reelItem.setExecutFailReason("no result ");
reelItem.setStatus(OrderItemStatus.CheckFail);
log.info("工单【" + orderNo + "】PN [" + item.getPn() + "] RI [" + item.getRi() + "] API009 验证失败,更改状态为 CheckFail");
}
else {
String str=s.getDescription();
String str= s.getDescription();
if(ObjectUtil.isNotEmpty(s.getMaterialStatus())){
str=str+";"+s.getMaterialStatus();
}
......
......@@ -82,6 +82,7 @@ public class MicronConfig {
public String api_name_103 = "operation/validation/gr?purchaseOrder={PurchaseOrder}&packagingSlip={PackagingSlip}&operationId={operationId}&skipSap={SkipSap}";
/**
* Controlled Dispatch 输入lineID后调用此方法
* Add material(s) to reservation for the LinePrep specified, so that it can charged the material to the correct PO upon transferOut event
* operation/validate/ctrldispatch?linePrepOrderId={linePrepOrderId}&operationId={operationId}
*/
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!