bb3f5ad3 by 周伟奇

fix bug

1 parent dcc1396d
...@@ -1628,7 +1628,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list, auto=Fals ...@@ -1628,7 +1628,7 @@ def get_se_cms_compare_info(last_obj, application_entity, detect_list, auto=Fals
1628 1628
1629 # 银行流水 -------------------------------------------------------------------- 1629 # 银行流水 --------------------------------------------------------------------
1630 if cms_info.get('autoApprovedDetails', {}).get('aaType', '') in ['CAA1', 'CAA2'] and \ 1630 if cms_info.get('autoApprovedDetails', {}).get('aaType', '') in ['CAA1', 'CAA2'] and \
1631 cms_info.get('autoApprovedDetails', {}).get('PolicyComments', '') != '此申请无需提供流水': 1631 cms_info.get('autoApprovedDetails', {}).get('PolicyComments', '') != '无需提供银行流水。':
1632 date_timedelta = 60 if auto else 90 1632 date_timedelta = 60 if auto else 90
1633 bs_role_list = [] 1633 bs_role_list = []
1634 for applicant_type in consts.APPLICANT_TYPE_ORDER[:2]: 1634 for applicant_type in consts.APPLICANT_TYPE_ORDER[:2]:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!