Commit 3b750ff4 authored by 段英荣's avatar 段英荣

modify

parent aaaadf44
......@@ -39,7 +39,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
try:
type_name_list = get_type_info_map().keys()
type_name_list = tips_attr_sync_to_redis_type_info_map().keys()
for type_name in type_name_list:
# if len(options["type"]):
......
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