Explorar el Código

渠道号——修改

zhaoxian hace 3 años
padre
commit
0b149e6d87

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

@@ -340,12 +340,12 @@
   <select id="queryChannelList" resultType="com.alibaba.fastjson.JSONObject">
       SELECT
           t1.id,
-          channel_code,
-          channel_name,
+          channel_code as 'channelCode',
+          channel_name as 'channelName',
           t1.url,
-          schema_uri,
-          click_track_url,
-          actionbar_click_url
+          schema_uri as 'schemaUri',
+          click_track_url as 'clickTrackUrl',
+          actionbar_click_url as 'actionbarClickUrl'
       FROM
           ctop_kuaishou_channel t1
               LEFT JOIN ctop_kuaishou_channel_app_info t2 ON t1.app_id = t2.app_id