Parcourir la source

盯盘-数据总览当天时数据时间格式修改

yangzian il y a 3 ans
Parent
commit
1c0269758f

+ 1 - 1
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/MaterialStareMapper.xml

@@ -5,7 +5,7 @@
     <!-- 快手 时报  -->
     <select id="getKuaiShouCostHourlyByUserIdList" resultType="Map">
         SELECT
-        t.`hour`,
+        CONCAT(t.`hour`,':00') `hour`,
         ROUND( SUM( charge ), 2 ) AS totalCost
         FROM
         application.kuaishou_account_report_hourly_dw t