Commit e5b4394c by chenyuanjie

流量选品-增加用户修改多色标记

parent fb4acfb6
......@@ -902,7 +902,7 @@ SELECT
f.amazon_label,
f.is_movie_label,
f.is_brand_label,
f.multi_color_flag,
COALESCE(uma.multi_color_flag, f.multi_color_flag) AS multi_color_flag,
f.multi_color_str,
f.rank_type, f.ao_val_type, f.price_type, f.rating_type,
f.size_type, f.weight_type, f.site_name_type, f.quantity_variation_type,
......@@ -1247,7 +1247,7 @@ SELECT
f.amazon_label,
f.is_movie_label,
f.is_brand_label,
f.multi_color_flag,
COALESCE(uma.multi_color_flag, f.multi_color_flag) AS multi_color_flag,
f.multi_color_str,
f.rank_type, f.ao_val_type, f.price_type, f.rating_type,
f.size_type, f.weight_type, f.site_name_type, f.quantity_variation_type,
......
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