f252d050 by 冯轩

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

1 parent 1afa6e7f
......@@ -1512,6 +1512,8 @@ class SECMSView(GenericView):
args = request.data
cms_info = args.get('content', {})
# uat 强制"仅接受银行流水"
cms_info['autoApprovedDetails']['PolicyComments'] = '仅接受银行流水'
business_type = consts.AFC_PREFIX if cms_info.get('financeCompany', '').startswith(
'宝马') else consts.HIL_PREFIX
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!