自动化立体仓库 - WMS系统
pang.jiabao
2024-12-20 c98d437554627a5f8a4cc85d2a8d452b0f81bd5f
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -138,10 +138,10 @@
                    .build()
                    .doPost();
            JSONObject jsonObject = JSON.parseObject(response);
            jsonObject.getString("message");
            if (jsonObject.getInteger("code").equals(0)) {
                success = true;
            } else {
                message = jsonObject.getString("message");
                log.error("入库呼叫agv失败!!!url:{};request:{};response:{}", ApiInterfaceConstant.AGV_IP + ApiInterfaceConstant.AGV_CALL_IN_PATH, body, response);
            }
        } catch (Exception e) {