推送数据修改

This commit is contained in:
zhaoqing
2026-06-03 11:08:22 +08:00
parent 9912352faa
commit edbc2c089d
@@ -1171,9 +1171,9 @@ public class ReservationStockOutOrderApplicationService {
if (warehouse != null) {
item.put("warehouse", warehouse);
}
if (opWhLoc != null) {
item.put("opWhLoc", opWhLoc);
}
item.put("opWhLoc", opWhLoc != null ? opWhLoc : "");
if (inLotNo != null) {
item.put("billI", inLotNo);
if (inLotNo.contains("-")) {