自动化立体仓库 - WMS系统
#
Junjie
9 天以前 c57b4565fab5e3cc1fcc2b3b4a6d7c13fe30a56a
src/main/java/com/zy/asrs/task/handler/OrderSyncHandler.java
@@ -270,6 +270,10 @@
                            }
                        }
                    }
                    if (Cools.isEmpty(orderDetl.getRemark())) {
                        throw new CoolException("重整出库订单【orderNo = " + order.getOrderNo() + "】明细失败,ERP原始数据为空");
                    }
                }
                if (!orderDetlService.insert(orderDetl)) {
                    throw new CoolException("重整出库订单【orderNo = " + order.getOrderNo() + "】明细失败");
@@ -377,6 +381,10 @@
                            }
                        }
                    }
                    if (Cools.isEmpty(orderDetl.getRemark())) {
                        throw new CoolException("重整出库订单【orderNo = " + order.getOrderNo() + "】明细失败,ERP原始数据为空");
                    }
                }
                if (!orderDetlService.insert(orderDetl)) {
                    throw new CoolException("重整出库订单【orderNo = " + order.getOrderNo() + "】明细失败");