自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-12-09 04475829f3de5ae3e35fb72d3e96391bab3a084e
src/main/java/com/zy/common/service/erp/task/ErpScheduler.java
@@ -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());