自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-13 3387ed612b1ea2dba41d6eeb724bb0843a549d6e
src/main/java/com/zy/common/service/erp/task/ErpScheduler.java
@@ -128,7 +128,7 @@
                        voucher.getLoc(),    // 业务员
                        voucher.getTotalCount(),    // 结算天数  ********************
                        null,    // 邮费支付类型
                        null,    // 邮费
                        voucher.getExpectedWeight(),    // 邮费
                        null,    // 付款时间
                        null,    // 发货时间
                        null,    // 物流名称
@@ -170,7 +170,7 @@
                // erp 同步
                int state = 1;
                if (!erpService.updateStateForVoucher(voucher.getVoucherID(), 1)) {
                if (!erpService.updateStateForVoucher(voucher.getVoucherID(), state)) {
                    throw new CoolException(voucher.getVoucherID() + "订单修改State为"+state+"失败");
                } else {
                    erpService.updateTimeForVoucherDetail(voucher.getVoucherID());