7b21b2cf by 冯轩

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

1 parent ba256cd7
......@@ -1513,7 +1513,7 @@ class SECMSView(GenericView):
args = request.data
cms_info = args.get('content', {})
# uat 强制"仅接受银行流水"
cms_info['autoApprovedDetails']['PolicyComments'] = '仅接受银行流水'
# 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!