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
8390e8fd
authored
2024-09-22 10:50:02 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:法人姓名被覆盖的问题
1 parent
72e6857d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/celery_compare/tasks.py
src/celery_compare/tasks.py
View file @
8390e8f
...
...
@@ -937,6 +937,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
is_bo_corporate
=
False
role_count
=
0
borrower_name
=
''
legal_name
=
''
# province = cms_info.get('province', '')
for
individual_info
in
cms_info
.
get
(
'applicantInformation'
,
[]):
role_count
+=
1
...
...
@@ -945,6 +946,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
license_dict
=
{}
customer_name
=
individual_info
.
get
(
'name'
,
''
)
.
strip
()
if
legal_name
==
''
:
legal_name
=
individual_info
.
get
(
'legalRepName'
,
''
)
establishment_date
=
individual_info
.
get
(
'establishmentDate'
,
''
)
# date_of_birth = individual_info.get('dateOfBirth', '')
...
...
@@ -1593,6 +1595,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
is_bo_corporate
=
False
role_count
=
0
borrower_name
=
''
legal_name
=
''
# province = cms_info.get('province', '')
for
individual_info
in
cms_info
.
get
(
'applicantInformation'
,
[]):
role_count
+=
1
...
...
@@ -1601,6 +1604,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
license_dict
=
{}
customer_name
=
individual_info
.
get
(
'name'
,
''
)
.
strip
()
if
legal_name
==
''
:
legal_name
=
individual_info
.
get
(
'legalRepName'
,
''
)
establishment_date
=
individual_info
.
get
(
'establishmentDate'
,
''
)
# date_of_birth = individual_info.get('dateOfBirth', '')
...
...
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