Commit bb6f351a authored by lixiaofang's avatar lixiaofang

判断停用的数据

parent 41f22132
......@@ -138,6 +138,7 @@ class TypeInfo(object):
data = self.get_data_func(instance)
(item_dict, suggest_list) = data
if item_dict:
if item_dict["tips_name_type"] == 4:
instance.name = instance.keyword
......
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