Commit a495e2e7 authored by lixiaofang's avatar lixiaofang

add

parent 91c7f5dd
......@@ -94,7 +94,7 @@ class ProductUtils(object):
continue
if k == "brand":
f.append({"term": {"cn_name_pre": v}})
f.append({"term": {"brand_cn_name": v}})
if k == "effect":
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