From 083eb4417a04201f1eb755faab8ee7121b3c7f16 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期五, 17 十一月 2023 16:19:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/igds-api-gateway' into igds-api-gateway --- src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2102PR.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2102PR.java b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2102PR.java index 71e768a..6babe56 100644 --- a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2102PR.java +++ b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi2102PR.java @@ -180,12 +180,12 @@ if (Constant.CZBZ_I.equals(data.getCzbz())) { infoData = new ApiInfoData(); - infoData.setId(data.getBizId()); + infoData.setId(data.getDrdh()); infoData.setKqdm(data.getDrhwdm().substring(0, 21)); infoData.setInteType("21"); infoData.setInteId(SH2023Constant.SH_2023_API_CODE_2102); infoData.setUpdateTime(new Date()); - infoData.setDataId(data.getBizId()); + infoData.setDataId(data.getDrdh()); data.setCzbz(Constant.CZBZ_U); infoData.setCzbz(Constant.CZBZ_U); -- Gitblit v1.9.3