Commit d4ab132c by larosa

add update attr

parent aba108e1
Showing with 1 additions and 0 deletions
...@@ -246,6 +246,7 @@ def insert_ext_attr_to_redis(class_attr_map: dict, conf: dict): ...@@ -246,6 +246,7 @@ def insert_ext_attr_to_redis(class_attr_map: dict, conf: dict):
continue continue
value = json.dumps(attr_ids, ensure_ascii=False) value = json.dumps(attr_ids, ensure_ascii=False)
db.hset(name="jd_ext_attr", key=key, value=value) db.hset(name="jd_ext_attr", key=key, value=value)
print("jd_ext_attr", key, value)
......
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 sign in to comment