Browse Source

Merge branch 'V2.0.1' into test

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

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

@@ -42,7 +42,7 @@
     <select id="queryTodaySumByHour" resultType="com.alibaba.fastjson.JSONObject">
         SELECT
         ROUND(sum(charge),2) cost,
-        sum(photo_show) photoShow,
+        sum(`show`) photoShow,
         sum(photo_click) photoClick,
         sum(aClick) as aClick
         FROM application.kuaishou_account_report_hourly_dw