|
@@ -26,4 +26,6 @@ public interface ETLReportBytedanceVideoMapper extends BaseMapper<ETLReportByted
|
|
|
|
|
|
//根据accountId 查询项目、产品、广告主信息
|
|
//根据accountId 查询项目、产品、广告主信息
|
|
JSONObject queryAccountDetailByAccountId(@Param("accountId") Long accountId);
|
|
JSONObject queryAccountDetailByAccountId(@Param("accountId") Long accountId);
|
|
|
|
+
|
|
|
|
+ List<ETLReportBytedanceVideo> queryETLData(@Param("statDate") String statDate);
|
|
}
|
|
}
|