Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
afanti-open-api
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-ms
afanti-open-api
Commits
758c684c
Commit
758c684c
authored
Oct 30, 2024
by
许润龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-20241030' into 'master'
修改:抖音快手活动视频和直播表名 See merge request
!66
parents
4ff3ab1e
dd3acdde
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
DwdKuaishouAuthorInfoMapper.java
...car/afantiopenapi/mapper/DwdKuaishouAuthorInfoMapper.java
+4
-4
No files found.
src/main/java/com/afanticar/afantiopenapi/mapper/DwdKuaishouAuthorInfoMapper.java
View file @
758c684c
...
@@ -46,7 +46,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
...
@@ -46,7 +46,7 @@ public interface DwdKuaishouAuthorInfoMapper extends BaseMapper<DwdDouyinAuthorI
" where publish_time >= #{dto.start} and publish_time <= #{dto.end} "
+
" where publish_time >= #{dto.start} and publish_time <= #{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 >= #{dto.start} "
+
" publish_time >= #{dto.start} "
+
" and publish_time <= #{dto.end} "
+
" and publish_time <= #{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 >= #{dto.start} and publish_time <= #{dto.end} "
+
" where publish_time >= #{dto.start} and publish_time <= #{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 >= #{dto.start} "
+
" publish_time >= #{dto.start} "
+
" and publish_time <= #{dto.end} "
+
" and publish_time <= #{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 >= #{dto.start} and publish_time <= #{dto.end} "
+
" where publish_time >= #{dto.start} and publish_time <= #{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 >= #{dto.start} and publish_time <= #{dto.end} "
+
" where publish_time >= #{dto.start} and publish_time <= #{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 >= #{dto.start} and publish_time <= #{dto.end} "
+
" where publish_time >= #{dto.start} and publish_time <= #{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 >= #{dto.start} and publish_time <= #{dto.end} "
+
" where publish_time >= #{dto.start} and publish_time <= #{dto.end} "
+
" and "
+
" and "
+
" <choose>"
+
" <choose>"
+
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment