Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
meta_base_code
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宋柯
meta_base_code
Commits
4e79cac1
Commit
4e79cac1
authored
May 14, 2021
by
宋柯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
降配
parent
68a2a246
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
home_feed_recommend_strategy_d.py
task/home_feed_recommend_strategy_d.py
+2
-2
No files found.
task/home_feed_recommend_strategy_d.py
View file @
4e79cac1
...
...
@@ -118,7 +118,7 @@ FROM
where partition_date>='{}' and partition_date<=regexp_replace(DATE_SUB(current_date,1) ,'-','')
and action in ('page_precise_exposure','home_choiceness_card_exposure')
and is_exposure='1'
and page_name='
new_community_
home'
and page_name='home'
and tab_name='精选'
and card_type in ('card','video')
and card_content_type in ('diary','question','answer','qa','topic','user_post','doctor_post','service')
...
...
@@ -150,7 +150,7 @@ FROM
FROM online.bl_hdfs_maidian_updates
where partition_date>='{}' and partition_date<=regexp_replace(DATE_SUB(current_date,1) ,'-','')
and action='on_click_card'
and page_name='
new_community_
home'
and page_name='home'
and params['tab_name']='精选'
and params['card_type'] in ('card','video')
and params['card_content_type'] in ('diary','question','answer','qa','topic','user_post','doctor_post','service')
...
...
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