自动化立体仓库 - WMS系统
skyouc
2 天以前 5c5ac364457ece1af7238ab325074a32df93d9cd
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -991,7 +991,7 @@
                try {
                    response = new HttpHandler.Builder()
                            .setUri(MesConstant.URL)
                            .setPath(MesConstant.PACK_DOWN_URL)
                            .setPath(MesConstant.IN_DISPATCH_RESULT)
                            .setJson(JSON.toJSONString(mesCombParam))
                            .build()
                            .doPost();