wlzboy
2025-12-23 0a3eed02e78dfeeb7763a4b62992eefcd1f5a0ca
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TaskSyncUtilService.java
@@ -229,7 +229,7 @@
        params.put("ServiceOrdDepartureType", "1"); // 预约类型
        params.put("ConditionLevel", "0"); // 病重级别
        params.put("DirectionType", "0"); // 转运去向
        params.put("ServiceOrd_m", "1"); // 来源入口
        params.put("ServiceOrd_m", ""); // 来源入口
        params.put("FromHQ2_is", "0"); // 广州总部推送任务标记
        params.put("OrderPrice_Auto", "0"); // 订单自动报价参考值
@@ -274,6 +274,8 @@
                postData.append(URLEncoder.encode(entry.getValue().toString(), legacySystemConfig.getCharset()));
            }
            // log.info("发送POST请求到旧系统,URL: {}, 参数: {}", urlString, postData.toString());
            // 发送POST数据
            try (OutputStream os = conn.getOutputStream()) {
                os.write(postData.toString().getBytes(legacySystemConfig.getCharset()));