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