From 42e128b6d4bc5f1f43a21cafd6f2105c74bbac5e Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 14 八月 2025 17:17:05 +0800
Subject: [PATCH] 熏蒸备案同步调整

---
 src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1101PR.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1101PR.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1101PR.java
index 84dcc8b..1a5960e 100644
--- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1101PR.java
+++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1101PR.java
@@ -130,7 +130,7 @@
         ResponseDto responseDto;
         ApiInfoData infoData;
         for (WhjlApi1101 data : items) {
-            responseDto = apiService.pushData(param, apiConf, items);
+            responseDto = apiService.pushData(param, apiConf, data);
             if (responseDto.getSuccess() == 0) {
                 if (Constant.CZBZ_I.equals(data.getCzbz())) {
                     infoData = new ApiInfoData();

--
Gitblit v1.9.3