From 8ae76246e2eb899335594d2da69ae0aea61f9460 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期五, 27 十月 2023 20:17:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/java/com/fzzy/push/whhpjl/WhjlPushService11.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/java/com/fzzy/push/whhpjl/WhjlPushService11.java b/src/main/java/com/fzzy/push/whhpjl/WhjlPushService11.java
index 9393d8c..c185009 100644
--- a/src/main/java/com/fzzy/push/whhpjl/WhjlPushService11.java
+++ b/src/main/java/com/fzzy/push/whhpjl/WhjlPushService11.java
@@ -51,9 +51,9 @@
         // 鎺ㄩ�佷粨鎴夸俊鎭�
         this.pushData1105(apiRemoteService, param);
         // 鎺ㄩ�佸粧闂翠俊鎭�
-        this.pushData1106(apiRemoteService, param);
-        // 鎺ㄩ�佽揣浣嶄俊鎭�
         this.pushData1107(apiRemoteService, param);
+        // 鎺ㄩ�佽揣浣嶄俊鎭�
+        this.pushData1108(apiRemoteService, param);
         // 鎺ㄩ�佷粨鍌ㄨ澶囦俊鎭�
         this.pushData1111(apiRemoteService, param);
 
@@ -215,16 +215,16 @@
     /**
      * 1106 寤掗棿淇℃伅
      */
-    private void pushData1106(ApiRemoteService apiRemoteService, ApiParam param) {
+    private void pushData1107(ApiRemoteService apiRemoteService, ApiParam param) {
 
         //鑾峰彇鍐涘伐浼佷笟淇℃伅
-        List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1106);
+        List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1107);
 
         if (null == items || items.isEmpty()) {
             return;
         }
         param.setInteCategory(WhjlConstant.API_CATEGORY_11);
-        param.setInteId(WhjlConstant.API_CODE_1106);
+        param.setInteId(WhjlConstant.API_CODE_1107);
         List<WhjlApi1107> list = new ArrayList<>();
         WhjlApi1107 whjlApi1106;
         for (ApiInfoData infoData : items) {
@@ -253,16 +253,16 @@
     /**
      * 1107 璐т綅淇℃伅
      */
-    private void pushData1107(ApiRemoteService apiRemoteService, ApiParam param) {
+    private void pushData1108(ApiRemoteService apiRemoteService, ApiParam param) {
 
         //鑾峰彇鍐涘伐浼佷笟淇℃伅
-        List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1107);
+        List<ApiInfoData> items = apiInfoDataRep.getDataByInteId(WhjlConstant.API_CODE_1108);
 
         if (null == items || items.isEmpty()) {
             return;
         }
         param.setInteCategory(WhjlConstant.API_CATEGORY_11);
-        param.setInteId(WhjlConstant.API_CODE_1107);
+        param.setInteId(WhjlConstant.API_CODE_1108);
         List<WhjlApi1108> list = new ArrayList<>();
         WhjlApi1108 whjlApi1107;
         for (ApiInfoData infoData : items) {

--
Gitblit v1.9.3