From 4c6b38c84b14e90bd0844046645c61796746696c Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期六, 09 三月 2024 14:18:03 +0800
Subject: [PATCH] 出库结算信息加入货位字段,上传不使用

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

diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1115PR.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1115PR.java
index 45d1946..4dfd34d 100644
--- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1115PR.java
+++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1115PR.java
@@ -163,7 +163,7 @@
         }
 
         //灏佽鍙傛暟
-        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_12, WhjlConstant.API_CODE_1115);
+        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_11, WhjlConstant.API_CODE_1115);
 
         //鑾峰彇瀹炵幇鎺ュ彛
         ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol());
@@ -174,7 +174,7 @@
         ResponseDto responseDto;
         ApiInfoData infoData;
         for (WhjlApi1115 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