自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-13 a0a5a261290e2a4fe2351b20d5efca3bab22d8e7
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());