#
Junjie
2025-04-28 0395d17f65a44be606f91b1299c6c70c3d1003ef
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -373,7 +373,7 @@
                    .doPost();
            JSONObject jsonObject = JSON.parseObject(response);
            if (jsonObject.getInteger("code") != 200) {
                log.info("条码:" + barcode + "申请WMS失败");
                log.info("条码:" + barcode + "申请WMS失败,response=" + JSON.toJSONString(jsonObject));
                return R.error();
            }