From b23dea952d3964c66d8823ebd3f84cabbe978eae Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 18 四月 2024 19:15:18 +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