From be565da67e8a2257771896da5f7347ec127cdd10 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 25 九月 2024 10:03:46 +0800
Subject: [PATCH] 调整上海嘉定纪委接口:增加指令上传

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

diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1112PR.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1112PR.java
index ff00ca4..ffd9928 100644
--- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1112PR.java
+++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1112PR.java
@@ -18,7 +18,6 @@
 import com.fzzy.api.view.repository.ApiInfoDataRep;
 import com.fzzy.otherview.whhpjl.WhjlConstant;
 import com.fzzy.otherview.whhpjl.dto.WhjlApi1112;
-import com.fzzy.otherview.whhpjl.dto.WhjlApi1112;
 import org.apache.commons.lang.StringUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.data.domain.PageRequest;
@@ -122,7 +121,7 @@
         infoData.setId(data.getBizId());
         infoData.setKqdm(data.getKqdm());
         infoData.setInteType(WhjlConstant.API_CATEGORY_11);
-        infoData.setInteId(WhjlConstant.API_CODE_1111);
+        infoData.setInteId(WhjlConstant.API_CODE_1112);
         infoData.setUpdateTime(new Date());
         infoData.setDataId(data.getBizId());
         infoData.setData(JSON.toJSONString(data));
@@ -165,7 +164,7 @@
         }
 
         //灏佽鍙傛暟
-        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_11, WhjlConstant.API_CODE_1111);
+        ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_11, WhjlConstant.API_CODE_1112);
 
         //鑾峰彇瀹炵幇鎺ュ彛
         ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol());
@@ -184,7 +183,7 @@
                     infoData.setId(data.getBizId());
                     infoData.setKqdm(data.getKqdm());
                     infoData.setInteType(WhjlConstant.API_CATEGORY_11);
-                    infoData.setInteId(WhjlConstant.API_CODE_1111);
+                    infoData.setInteId(WhjlConstant.API_CODE_1112);
                     infoData.setUpdateTime(new Date());
                     infoData.setDataId(data.getBizId());
 

--
Gitblit v1.9.3