3e3f2b4f by 周伟奇

Merge branch 'feature/ltgt' into feature/0611

2 parents 299cd7cc ea785232
...@@ -145,6 +145,7 @@ class Command(BaseCommand, LoggerMixin): ...@@ -145,6 +145,7 @@ class Command(BaseCommand, LoggerMixin):
145 for field_dict in result_dict.get('FieldList', []): 145 for field_dict in result_dict.get('FieldList', []):
146 res_dict[field_dict.get('chn_key', '')] = field_dict.get('value', '') 146 res_dict[field_dict.get('chn_key', '')] = field_dict.get('value', '')
147 all_res.append(res_dict) 147 all_res.append(res_dict)
148 break
148 149
149 @staticmethod 150 @staticmethod
150 def parse_img_path(img_path): 151 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!