发测试

This commit is contained in:
王奎兴
2026-06-22 18:35:40 +08:00
parent e562dcf627
commit 4a07d1a0c4
@@ -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"); // 原进口核注清单号