src/main/java/com/zy/asrs/service/impl/MainServiceImpl.java
@@ -2492,6 +2492,7 @@ .doPost(); JSONObject jsonObject = JSON.parseObject(response); if (jsonObject.getInteger("code").equals(200)) { News.error("" + mark + " - 5" + " - 请求移库接口成功!!!url:{};request:{};response:{}", wmsUrl + "/rpc/transfer/loc/v1", JSON.toJSONString(requestParam), response); return true; } else { News.error("" + mark + " - 5" + " - 请求移库接口失败!!!url:{};request:{};response:{}", wmsUrl + "/rpc/transfer/loc/v1", JSON.toJSONString(requestParam), response);