f252d050 by 冯轩

MOD:uat强制仅接受银行流水

1 parent 1afa6e7f
...@@ -1512,6 +1512,8 @@ class SECMSView(GenericView): ...@@ -1512,6 +1512,8 @@ class SECMSView(GenericView):
1512 1512
1513 args = request.data 1513 args = request.data
1514 cms_info = args.get('content', {}) 1514 cms_info = args.get('content', {})
1515 # uat 强制"仅接受银行流水"
1516 cms_info['autoApprovedDetails']['PolicyComments'] = '仅接受银行流水'
1515 business_type = consts.AFC_PREFIX if cms_info.get('financeCompany', '').startswith( 1517 business_type = consts.AFC_PREFIX if cms_info.get('financeCompany', '').startswith(
1516 '宝马') else consts.HIL_PREFIX 1518 '宝马') else consts.HIL_PREFIX
1517 src_application_id = cms_info.get('settlemnetVerification', {}).get('applicationNo', '') 1519 src_application_id = cms_info.get('settlemnetVerification', {}).get('applicationNo', '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!