소스 검색

修改时报字段异常问题

songyh 3 년 전
부모
커밋
d911e24f17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-report/src/main/java/cn/com/ctop/report/mapper/xml/KuaishouAccountReportHourlyDwMapper.xml

+ 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"