ea785232 by 周伟奇

fix bug

1 parent f63f9c2a
......@@ -145,6 +145,7 @@ class Command(BaseCommand, LoggerMixin):
for field_dict in result_dict.get('FieldList', []):
res_dict[field_dict.get('chn_key', '')] = field_dict.get('value', '')
all_res.append(res_dict)
break
@staticmethod
def parse_img_path(img_path):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!