Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周伟奇
/
bmw-ocr
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7b21b2cf
authored
2024-11-11 15:00:31 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:uat去掉强制仅接受银行流水
1 parent
ba256cd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
7b21b2c
...
...
@@ -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'
,
''
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment