e68c60c5 by 周伟奇

fix mvc bug

1 parent b64326aa
...@@ -208,6 +208,10 @@ class Command(BaseCommand, LoggerMixin): ...@@ -208,6 +208,10 @@ class Command(BaseCommand, LoggerMixin):
208 mvc_dict['姓名/名称'] = [] 208 mvc_dict['姓名/名称'] = []
209 mvc_dict['身份证明名称/号码'] = [] 209 mvc_dict['身份证明名称/号码'] = []
210 mvc_dict['转移登记日期'] = [] 210 mvc_dict['转移登记日期'] = []
211 mvc_dict['抵押权人姓名/名称'] = []
212 mvc_dict['抵押身份证明名称/号码'] = []
213 mvc_dict['抵押登记日期'] = []
214 mvc_dict['解除抵押日期'] = []
211 mvc_res = mvc_dict.pop('results', {}) 215 mvc_res = mvc_dict.pop('results', {})
212 for register_info in mvc_res.get('register_info', []): 216 for register_info in mvc_res.get('register_info', []):
213 if register_info.get('register_type', 0) == 2: 217 if register_info.get('register_type', 0) == 2:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!