Commit ad62b1f0 authored by 李小芳's avatar 李小芳

Merge branch '721_goods-sort' into 'test'

add

See merge request alpha/physical!393
parents aaf056b2 a495e2e7
...@@ -94,7 +94,7 @@ class ProductUtils(object): ...@@ -94,7 +94,7 @@ class ProductUtils(object):
continue continue
if k == "brand": if k == "brand":
f.append({"term": {"cn_name_pre": v}}) f.append({"term": {"brand_cn_name": v}})
if k == "effect": if k == "effect":
f.append({"term": {"effect_cn_name": v}}) f.append({"term": {"effect_cn_name": v}})
......
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