syh 5 vuotta sitten
vanhempi
commit
cdc951a503

+ 8 - 7
module-report/src/main/java/cn/com/ctop/bytedance/mapper/xml/BytedanceCampaignDailyReportMapper.xml

@@ -3,12 +3,13 @@
 <mapper namespace="cn.com.ctop.bytedance.mapper.BytedanceCampaignDailyReportMapper">
 <mapper namespace="cn.com.ctop.bytedance.mapper.BytedanceCampaignDailyReportMapper">
     <select id="selectDayReport" resultMap="cn.com.ctop.bytedance.vo.ReportVO">
     <select id="selectDayReport" resultMap="cn.com.ctop.bytedance.vo.ReportVO">
       select
       select
-       sum(charge) cost,
-       sum(photo_show) photoShow,
-       sum(photo_click) photoClick,
-       sum(aclick) aclick
-     from
-      ctop_kuaishou_report_hourly_account
-      where stat_date = #{date}
+--        sum(charge) cost,
+--        sum(photo_show) photoShow,
+--        sum(photo_click) photoClick,
+--        sum(aclick) aclick
+1,2,3,4
+--      from
+--       ctop_kuaishou_report_hourly_account
+--       where stat_date = #{date}
     </select>
     </select>
 </mapper>
 </mapper>