|
@@ -2,7 +2,7 @@ package cn.com.ctop.bytedance.service.impl;
|
|
|
|
|
|
import cn.com.ctop.bytedance.entity.BytedanceAdvertiserDailyReport;
|
|
|
import cn.com.ctop.bytedance.mapper.BytedanceAdvertiserDailyReportMapper;
|
|
|
-import cn.com.ctop.bytedance.mapper.ReportMapper;
|
|
|
+import cn.com.ctop.bytedance.mapper.BytedanceReportMapper;
|
|
|
import cn.com.ctop.bytedance.service.IBytedanceReportService;
|
|
|
import cn.com.ctop.common.module.entity.UserAllocation;
|
|
|
import cn.com.ctop.common.module.mapper.UserAllocationMapper;
|
|
@@ -30,7 +30,7 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
|
|
|
private BytedanceAdvertiserDailyReportMapper bytedanceAdvertiserDailyReportMapper;
|
|
|
|
|
|
@Autowired
|
|
|
- private ReportMapper reportMapper;
|
|
|
+ private BytedanceReportMapper reportMapper;
|
|
|
|
|
|
@Autowired
|
|
|
private KuaishouReportDailyAccountMapper kuaishouReportDailyAccountMapper;
|