|
@@ -248,6 +248,7 @@ public class BytedanceAdvertiserHourlyReportServiceImpl extends ServiceImpl<Byte
|
|
planQueryWrapper.last("limit 1");
|
|
planQueryWrapper.last("limit 1");
|
|
ByteDanceAdvertisePlan planInfo = byteDanceAdvertisePlanMapper.selectOne(planQueryWrapper);
|
|
ByteDanceAdvertisePlan planInfo = byteDanceAdvertisePlanMapper.selectOne(planQueryWrapper);
|
|
reportCostVo.setCpaBid(planInfo.getCpaBid());
|
|
reportCostVo.setCpaBid(planInfo.getCpaBid());
|
|
|
|
+ reportCostVo.setBid(planInfo.getBid());
|
|
|
|
|
|
// 平均千次展显费用 = 总花费/展示数 * 1000
|
|
// 平均千次展显费用 = 总花费/展示数 * 1000
|
|
double show = 0;
|
|
double show = 0;
|