Junjie
4 天以前 66a9fc7a0065c4b1f0d488018659da98ee8594e7
src/main/java/com/zy/core/utils/WmsOperateUtils.java
@@ -359,7 +359,7 @@
                    .build()
                    .doPost();
            if (response != null) {
            if (!Cools.isEmpty(response)) {
                JSONObject jsonObject = JSON.parseObject(response);
                if (jsonObject.getInteger("code") == 200) {
                    result = 1;