Commit 758c684c authored by 许润龙's avatar 许润龙

Merge branch 'dev-20241030' into 'master'

修改:抖音快手活动视频和直播表名

See merge request !66
parents 4ff3ab1e dd3acdde
...@@ -46,7 +46,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI ...@@ -46,7 +46,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " + " where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " +
") t1 left join ( " + ") t1 left join ( " +
" select aweme_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " + " select aweme_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " +
" from dwd_fhl_activity_douyin_aweme_info " + " from dwd_activity_douyin_aweme_info " +
" where " + " where " +
" publish_time &gt;= #{dto.start} " + " publish_time &gt;= #{dto.start} " +
" and publish_time &lt;= #{dto.end} " + " and publish_time &lt;= #{dto.end} " +
...@@ -92,7 +92,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI ...@@ -92,7 +92,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " + " where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " +
") t1 left join ( " + ") t1 left join ( " +
" select aweme_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " + " select aweme_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " +
" from dwd_fhl_activity_kuaishou_aweme_info " + " from dwd_activity_kuaishou_aweme_info " +
" where " + " where " +
" publish_time &gt;= #{dto.start} " + " publish_time &gt;= #{dto.start} " +
" and publish_time &lt;= #{dto.end} " + " and publish_time &lt;= #{dto.end} " +
...@@ -139,7 +139,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI ...@@ -139,7 +139,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " + " where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " +
") t1 left join ( " + ") t1 left join ( " +
" select room_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " + " select room_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " +
" from dwd_fhl_activity_douyin_live_info " + " from dwd_activity_douyin_live_info " +
" where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " + " where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " +
" and " + " and " +
" <choose>" + " <choose>" +
...@@ -184,7 +184,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI ...@@ -184,7 +184,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " + " where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " +
") t1 left join ( " + ") t1 left join ( " +
" select room_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " + " select room_id,collect_set(json_object('activity_id',activity_id,'match_keywords',match_keywords)) as activity_info " +
" from dwd_fhl_activity_kuaishou_live_info " + " from dwd_activity_kuaishou_live_info " +
" where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " + " where publish_time &gt;= #{dto.start} and publish_time &lt;= #{dto.end} " +
" and " + " and " +
" <choose>" + " <choose>" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment