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
b45fd730
authored
2024-08-30 13:49:42 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:主借人公户标志被覆盖的问题
1 parent
62a7558f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/celery_compare/tasks.py
src/celery_compare/tasks.py
View file @
b45fd73
...
...
@@ -934,6 +934,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
# is_cdfl = True # 车贷分离
is_cdfl_bo
=
False
# 车贷分离,主借
is_cdfl_co
=
False
# 车贷分离,共借
is_bo_corporate
=
False
role_count
=
0
borrower_name
=
''
# province = cms_info.get('province', '')
...
...
@@ -956,7 +957,6 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
is_cdfl_bo
=
True
# CHINARPA-4660 是否公户判断
is_bo_corporate
=
False
customersubType
=
individual_info
.
get
(
'customersubType'
,
''
)
if
individual_info
[
'applicantType'
]
==
consts
.
APPLICANT_TYPE_ORDER
[
0
]
and
is_corporate
:
is_bo_corporate
=
True
...
...
@@ -1590,6 +1590,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
# 个人信息证件------------------------------------------------------------------------------------------------------
is_cdfl_bo
=
False
# 车贷分离,主借
is_cdfl_co
=
False
# 车贷分离,共借
is_bo_corporate
=
False
role_count
=
0
borrower_name
=
''
# province = cms_info.get('province', '')
...
...
@@ -1612,7 +1613,6 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
is_cdfl_bo
=
True
# CHINARPA-4660 是否公户判断
is_bo_corporate
=
False
customersubType
=
individual_info
.
get
(
'customersubType'
,
''
)
if
individual_info
[
'applicantType'
]
==
consts
.
APPLICANT_TYPE_ORDER
[
0
]
and
is_corporate
:
is_bo_corporate
=
True
...
...
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