Quellcode durchsuchen

修改时报字段异常问题

songyh vor 3 Jahren
Ursprung
Commit
d911e24f17

+ 1 - 1
jeecg-boot-report/src/main/java/cn/com/ctop/report/mapper/xml/KuaishouAccountReportHourlyDwMapper.xml

@@ -8,7 +8,7 @@
         account_name as authName,
         ${filedAll}
         FROM ctop_kuaishou_report_hourly_account t1
-        WHERE t1.stat_date = #{statDate}
+        WHERE t1.stat_date = #{startDate}
         and t1.`hour` <= #{hour}
         AND t1.account_id in
         <foreach item="item" index="index" collection="accountIds"