Merge branch 'feature/ltgt' into feature/0611
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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): | ... | ... |
-
Please register or sign in to post a comment