发测试
This commit is contained in:
+4
-4
@@ -825,10 +825,10 @@ public class PickingOrderApplicationService {
|
|||||||
if (split.length == 2) {
|
if (split.length == 2) {
|
||||||
item.put("gNo", split[1]);
|
item.put("gNo", split[1]);
|
||||||
} else {
|
} else {
|
||||||
item.put("gNo", ""); // 出仓订单行号
|
item.put("gNo", "1"); // 出仓订单行号
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
item.put("gNo", ""); // 出仓订单行号
|
item.put("gNo", "1"); // 出仓订单行号
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -856,10 +856,10 @@ public class PickingOrderApplicationService {
|
|||||||
if (split.length == 2) {
|
if (split.length == 2) {
|
||||||
item.put("orderRow", split[1]);// 出仓订单行号
|
item.put("orderRow", split[1]);// 出仓订单行号
|
||||||
} else {
|
} else {
|
||||||
item.put("orderRow", ""); // 出仓订单行号
|
item.put("orderRow", "1"); // 出仓订单行号
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
item.put("orderRow", ""); // 出仓订单行号
|
item.put("orderRow", "1"); // 出仓订单行号
|
||||||
}
|
}
|
||||||
if (bondInvtNo != null && invtRow != null) {
|
if (bondInvtNo != null && invtRow != null) {
|
||||||
item.put("bondInvtNo", "BONDINV202603300001"); // 原进口核注清单号
|
item.put("bondInvtNo", "BONDINV202603300001"); // 原进口核注清单号
|
||||||
|
|||||||
Reference in New Issue
Block a user