Browse Source

渠道号。。。修改查询渠道逻辑

zhaoxian 3 năm trước cách đây
mục cha
commit
0b665972cd

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/channel/mapper/xml/KuaishouChannelMapper.xml

@@ -255,7 +255,7 @@
 
 
     <select id="queryItemsListByAccountId" resultType="com.alibaba.fastjson.JSONObject">
     <select id="queryItemsListByAccountId" resultType="com.alibaba.fastjson.JSONObject">
         SELECT
         SELECT
-            tt2.keyword as 'itemName',
+            tt2.keyword as 'keyword',
             tt1.channel_code as 'channelCode',
             tt1.channel_code as 'channelCode',
             tt3.app_name as 'appName'
             tt3.app_name as 'appName'
         FROM
         FROM