소스 검색

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

jiequan.bi 4 년 전
부모
커밋
b0765826c9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      module-toutiao/src/main/java/cn/com/ctop/toutiao/modules/link/mapper/ETLReportBytedanceVideoMapper.java

+ 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);
 }