自动化立体仓库 - WMS系统
luxiaotao1123
2022-04-22 adf3a1c6591b8db2c47f45c2ac2370e66d505edb
src/main/java/com/zy/asrs/task/handler/OrderSyncHandler.java
@@ -62,12 +62,11 @@
                    throw new CoolException("服务器内部错误,请联系管理员");
                }
            } else {
                log.error("请求接口失败!!!url:{};request:{};response:{}", MesConstant.URL+MesConstant.PACK_DOWN_URL, JSON.toJSONString(pakinParam), response);
                log.error("请求接口失败!!!url:{};request:{};response:{}", MesConstant.URL+MesConstant.PAKIN_URL, JSON.toJSONString(pakinParam), response);
                throw new CoolException("上报mes系统失败");
            }
        } catch (Exception e) {
            log.error("fail", e);
            e.printStackTrace();
            TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
            return FAIL.setMsg(e.getMessage());
        }