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
b98face7
authored
2021-10-08 00:26:25 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix cms
1 parent
bb783cf1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
src/apps/doc/consts.py
src/celery_compare/tasks.py
src/apps/doc/consts.py
View file @
b98face
...
...
@@ -1517,6 +1517,14 @@ SE_FIRST_ID_FIELD_MAPPING = {
'ITRES'
:
(
RP_EN
,
SE_FIRST_ID_FIELD
),
}
SE_CMS_FIRST_ID_FIELD_MAPPING
=
{
'PRC ID'
:
(
ID_EN
,
True
),
'Passport No'
:
(
PP_EN
,
False
),
'HongKong and Macao Resident Permit to Mainland'
:
(
EEP_EN
,
False
),
'TaiWan Resident Permit to Mainland'
:
(
EEP_EN
,
False
),
'Hongkong/Macau/Taiwan Resident ID'
:
(
RP_EN
,
False
),
}
SE_SECOND_ID_FIELD_MAPPING
=
{
'ITPRC'
:
(
ID_EN
,
SE_SECOND_ID_FIELD
),
'ITPSP'
:
(
PP_EN
,
SE_SECOND_ID_FIELD
),
...
...
@@ -1717,3 +1725,4 @@ APPLICANT_TYPE_MAP = {
'Mortgager'
:
'GAUTR2'
}
APPLICANT_TYPE_ORDER
=
[
'Borrower'
,
'Co Borrower'
,
'Guarantor'
,
'Mortgager'
]
...
...
src/celery_compare/tasks.py
View file @
b98face
This diff is collapsed.
Click to expand it.
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