Commit c7df9ed1 by larosa

add ext attr

parent 28d46554
Showing with 1 additions and 0 deletions
...@@ -40,6 +40,7 @@ config_prod = { ...@@ -40,6 +40,7 @@ config_prod = {
1 查找mysql中的platform = 1的数据,去redis中查到是否为拓展属性。 1 查找mysql中的platform = 1的数据,去redis中查到是否为拓展属性。
2 对比class_id 下面的attr_id 看是否存在redis中,存在就是拓展属性,否则就是非拓展。 2 对比class_id 下面的attr_id 看是否存在redis中,存在就是拓展属性,否则就是非拓展。
3 拓展属性 is_ext字段改为 2,否则改为1 3 拓展属性 is_ext字段改为 2,否则改为1
修正完属性之后,需要针对拓展属性和属性更新本地的参数数据。
""" """
def handle_data(conf: dict): def handle_data(conf: dict):
......
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