推送数据修改
This commit is contained in:
+3
-3
@@ -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("-")) {
|
||||
|
||||
Reference in New Issue
Block a user