Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
search-model-data
Overview
Overview
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
田川
search-model-data
Commits
44c4d4e3
Commit
44c4d4e3
authored
Nov 19, 2021
by
xupeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正 user_product_buy_is_match 、user_product_buy_price_level
parent
e4deea7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
user_product_feature.sh
src/main/scripts/cross_feature/user_product/user_product_feature.sh
+1
-1
No files found.
src/main/scripts/cross_feature/user_product/user_product_feature.sh
View file @
44c4d4e3
...
@@ -55,7 +55,7 @@ left join (
...
@@ -55,7 +55,7 @@ left join (
from secoo_app.app_search_uuid_sku_price_level
from secoo_app.app_search_uuid_sku_price_level
where p_day =
${
yesterday
}
where p_day =
${
yesterday
}
group by uuid, category_id_2
group by uuid, category_id_2
) T4 on T1.device_id = T4.uuid
) T4 on T1.device_id = T4.uuid
and T3.category_id_2 = T4.category_id_2
;"
;"
...
...
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