From 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 11 十月 2025 13:35:42 +0800
Subject: [PATCH] 武汉黄陂军粮-质检报告共享接口同步及推送

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

diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java
index 26071f0..4ef326f 100644
--- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java
+++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1202PR.java
@@ -130,7 +130,7 @@
         ResponseDto responseDto;
         ApiInfoData infoData;
         for (WhjlApi1202 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