MOD:uat去掉强制仅接受银行流水
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1513,7 +1513,7 @@ class SECMSView(GenericView): | ... | @@ -1513,7 +1513,7 @@ class SECMSView(GenericView): |
1513 | args = request.data | 1513 | args = request.data |
1514 | cms_info = args.get('content', {}) | 1514 | cms_info = args.get('content', {}) |
1515 | # uat 强制"仅接受银行流水" | 1515 | # uat 强制"仅接受银行流水" |
1516 | cms_info['autoApprovedDetails']['PolicyComments'] = '仅接受银行流水' | 1516 | # cms_info['autoApprovedDetails']['PolicyComments'] = '仅接受银行流水' |
1517 | business_type = consts.AFC_PREFIX if cms_info.get('financeCompany', '').startswith( | 1517 | business_type = consts.AFC_PREFIX if cms_info.get('financeCompany', '').startswith( |
1518 | '宝马') else consts.HIL_PREFIX | 1518 | '宝马') else consts.HIL_PREFIX |
1519 | src_application_id = cms_info.get('settlemnetVerification', {}).get('applicationNo', '') | 1519 | src_application_id = cms_info.get('settlemnetVerification', {}).get('applicationNo', '') | ... | ... |
-
Please register or sign in to post a comment