From 36eacf7f2ab1ce7f0c40439b3ee6d13ecfcc5265 Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期一, 25 十一月 2024 10:01:57 +0800 Subject: [PATCH] 调整-上海对农接口1 --- src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1115PR.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1115PR.java b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1115PR.java index be785f4..3fa345f 100644 --- a/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1115PR.java +++ b/src/main/java/com/fzzy/otherview/sh2023/pr/SHApi1115PR.java @@ -175,7 +175,7 @@ infoData.setId(data.getKqdm() + DateFormatUtils.format(data.getSjtjsj(), "yyyyMMddHHmmss")); infoData.setKqdm(data.getKqdm()); infoData.setInteType("11"); - infoData.setInteId(SH2023Constant.SH_2023_API_CODE_1115); + infoData.setInteId(Constant.API_CODE_9101); infoData.setUpdateTime(new Date()); infoData.setDataId(infoData.getId()); -- Gitblit v1.9.3