|
@@ -25,6 +25,8 @@ public interface BytedanceAdvertiserHourlyReportMapper extends BaseMapper<Byteda
|
|
|
List<ReportCostVo> selectPlanCostInfoCount(@Param("accountId") String accountId, @Param("planId") String planId, @Param("startTime") String startTime, @Param("endTime") String endTime);
|
|
|
//账户 时报
|
|
|
List<ReportCostVo> getReportCostInfoStage(@Param("accountId") String accountId, @Param("startTime") String startTime, @Param("endTime") String endTime);
|
|
|
+ //查询上阶段 同时间点的 日报 数据信息
|
|
|
+ List<ReportCostVo> getReportCostInfoStageLast(@Param("accountId") String accountId, @Param("startTime") String startTime, @Param("endTime") String endTime,@Param("statHour") String statHour);
|
|
|
|
|
|
Map<String,Object> selAcountIdCostMax(@Param("userId") String userId, @Param("type") String type);
|
|
|
|
|
@@ -34,7 +36,7 @@ public interface BytedanceAdvertiserHourlyReportMapper extends BaseMapper<Byteda
|
|
|
List<ReportCostVo> selectReportPlanCostInfoDay(@Param("accountId") String accountId, @Param("planId") String planId, @Param("startTime") String startTime, @Param("endTime") String endTime);
|
|
|
//计划 时报
|
|
|
List<ReportCostVo> selectReportPlanCostInfo(@Param("accountId") String accountId, @Param("planId") String planId, @Param("startTime") String startTime, @Param("endTime") String endTime);
|
|
|
- ////查询上阶段 同时间点的 时报 数据信息
|
|
|
+ //查询上阶段 同时间点的 日报 数据信息
|
|
|
List<ReportCostVo> selectReportPlanCostHourLast(@Param("accountId") String accountId,@Param("planId") String planId,@Param("startTime") String startTime, @Param("endTime") String endTime,@Param("statHour") Integer statHour);
|
|
|
|
|
|
}
|