自动化立体仓库 - WMS系统
*
lsh
8 小时以前 38291612d417fefa096eecc7c795f5e0279ed11d
src/main/java/com/zy/asrs/task/handler/GroupOrderFormHandler.java
@@ -28,6 +28,7 @@
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
/**
 * Created by Monkey D. Luffy on 2025.11.10
@@ -147,11 +148,13 @@
            OrderInspectionRollParam orderInspectionRollParam = new OrderInspectionRollParam(orderDetl.getModel());
            String response = "";
            boolean success = false;
            Map<String, Object> params = JSON.parseObject(JSON.toJSONString(orderInspectionRollParam), Map.class);
            try {
                response = new HttpHandler.Builder()
                        .setUri(qualityFinishedCheckoutUrl)
                        .setPath(qualityFinishedCheckout)
                        .setJson(JSON.toJSONString(orderInspectionRollParam))
                        .setParams(params)
                        .setUseFormUrlEncoded(true)
                        .build()
                        .doPost();
                JSONObject jsonObject = JSON.parseObject(response);