From acae4ed906d582f41934854881b81d2242525b7d Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期二, 28 十一月 2023 21:53:39 +0800 Subject: [PATCH] 更新同步计划时,不区分类型,统一更新为轮换计划 --- src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java index cc168d6..733b3a1 100644 --- a/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java +++ b/src/main/java/com/fzzy/otherview/whhpjl/pr/WhjlApi1302PR.java @@ -119,7 +119,7 @@ } //灏佽鍙傛暟 - ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_12, WhjlConstant.API_CODE_1302); + ApiParam param = new ApiParam(apiConf, WhjlConstant.API_CATEGORY_13, WhjlConstant.API_CODE_1302); //鑾峰彇瀹炵幇鎺ュ彛 ApiRemoteService apiService = apiPushManager.getApiRemoteService(param.getPushProtocol()); @@ -137,7 +137,7 @@ infoData = new ApiInfoData(); infoData.setId(data.getBizId()); infoData.setKqdm(data.getKqdm()); - infoData.setInteType(WhjlConstant.API_CATEGORY_12); + infoData.setInteType(WhjlConstant.API_CATEGORY_13); infoData.setInteId(WhjlConstant.API_CODE_1302); infoData.setUpdateTime(new Date()); infoData.setDataId(data.getBizId()); -- Gitblit v1.9.3