自动化立体仓库 - WMS系统
#
whycq
2025-01-08 d3cb0e841e6585aa84a45f18bb30965db8d1a6aa
src/main/java/com/zy/asrs/task/handler/OrderSyncHandler.java
@@ -90,7 +90,7 @@
                    throw new CoolException("服务器内部错误,请联系管理员");
                }
            } else {
                orderService.updateSettle(order.getId(), 7L, null);
                orderService.updateSettle(order.getId(), 6L, null);
                log.error("请求接口失败!!!url:{};request:{};response:{}", MesConstant.URL + MesConstant.PAKIN_URL, body, response);
                throw new CoolException("上报mes系统失败");
            }