From c972846d9e2c591120ec55c5e1feb277b10969f0 Mon Sep 17 00:00:00 2001
From: ws <ws@123.com>
Date: 星期四, 21 九月 2023 19:18:14 +0800
Subject: [PATCH] 优化上海接口上报
---
src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java
index 6c90b64..ccb10da 100644
--- a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java
+++ b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2103PR.java
@@ -186,12 +186,12 @@
for (SH2023Api2103 data : items) {
infoData = new ApiInfoData();
- infoData.setId(data.getBizId());
- infoData.setKqdm(data.getKqdm());
+ infoData.setId(data.getHwdm());
+ infoData.setKqdm(data.getHwdm().substring(0, 21));
infoData.setInteType("21");
infoData.setInteId(SH2023Constant.SH_2023_API_CODE_2103);
infoData.setUpdateTime(new Date());
- infoData.setDataId(data.getBizId());
+ infoData.setDataId(data.getHwdm());
infoData.setCzbz(Constant.CZBZ_U);
infoData.setData(JSON.toJSONString(data));
--
Gitblit v1.9.3