Commit 44c4d4e3 by xupeng

修正 user_product_buy_is_match 、user_product_buy_price_level

parent e4deea7a
...@@ -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
;" ;"
......
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