|
@@ -241,7 +241,7 @@ public class ByteDanceVideoReportDailyController {
|
|
|
for (ByteDanceVideoReportDaily sum : list) {
|
|
|
List<Object> ByteDanceVideoReportDaily = new ArrayList();
|
|
|
ByteDanceVideoReportDaily.add(sum.getAdvertiserName()); //客户
|
|
|
- ByteDanceVideoReportDaily.add(sum.getAccountId()); //账户
|
|
|
+ ByteDanceVideoReportDaily.add(sum.getAccountId()+""); //账户
|
|
|
ByteDanceVideoReportDaily.add(sum.getVideoUrl() ); //视频链接
|
|
|
ByteDanceVideoReportDaily.add(DateUtils.formatDate(sum.getStatDatetime())); //时间
|
|
|
ByteDanceVideoReportDaily.add(sum.getCost()); //消耗
|