ソースを参照

fix of '新老数据库同步逻辑' on 2021.1.27

jiequan.bi 4 年 前
コミット
b0765826c9

+ 2 - 0
module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/link/mapper/ETLReportBytedanceVideoMapper.java

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