|
@@ -2,6 +2,7 @@ package cn.com.ctop.kuaishou.modules.report.service.impl;
|
|
|
|
|
|
import cn.com.ctop.common.module.utils.Check;
|
|
|
import cn.com.ctop.kuaishou.modules.report.entity.EtlKuaishouReportAccountDaily;
|
|
|
+import cn.com.ctop.kuaishou.modules.report.entity.EtlKuaishouReportAccountHourly;
|
|
|
import cn.com.ctop.kuaishou.modules.report.mapper.EtlKuaishouReportAccountDailyMapper;
|
|
|
import cn.com.ctop.kuaishou.modules.report.mapper.KuaishouReportDailyAccountMapper;
|
|
|
import cn.com.ctop.kuaishou.modules.report.service.IEtlKuaishouReportAccountDailyService;
|
|
@@ -29,7 +30,7 @@ public class EtlKuaishouReportAccountDailyServiceImpl extends ServiceImpl<EtlKua
|
|
|
|
|
|
@Override
|
|
|
public void queryEveryDayDataForAccount() {
|
|
|
- List<EtlKuaishouReportAccountDaily> list = dailyAccountMapper.queryEveryDayDataForAccount();
|
|
|
+ List<EtlKuaishouReportAccountHourly> list = dailyAccountMapper.queryEveryDayDataForAccount();
|
|
|
if (!Check.isNull(list)) {
|
|
|
etlDailyAccountMapper.replaceBatch(list);
|
|
|
}
|