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
6349bed3
authored
2025-03-20 15:00:12 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/CHINARPA-5296'
2 parents
9b87d331
d45e104a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
src/apps/doc/consts.py
src/celery_compare/tasks.py
src/apps/doc/consts.py
View file @
6349bed
...
...
@@ -2016,12 +2016,12 @@ BS_COMPARE_LOGIC = {
'户名'
:
(
'role'
,
'se_bs_one_compare'
,
{},
'主共借人未提供银行流水'
),
'(担保人1)户名'
:
(
'role'
,
'se_bs_name_compare'
,
{},
'担保人1未提供银行流水'
),
'(担保人2)户名'
:
(
'role'
,
'se_bs_name_compare'
,
{},
'担保人2未提供银行流水'
),
'打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
15
},
'主共借人银行流水打印日期超过15
天'
),
'(担保人1)打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
15
},
'担保人1银行流水打印日期超过15
天'
),
'(担保人2)打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
15
},
'担保人2银行流水打印日期超过15
天'
),
'流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'主共借人银行流水
日期不满足3个月
'
),
'(担保人1)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人1银行流水
日期不满足3个月
'
),
'(担保人2)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人2银行流水
日期不满足3个月
'
),
'打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
30
},
'主共借人银行流水打印日期超过30
天'
),
'(担保人1)打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
30
},
'担保人1银行流水打印日期超过30
天'
),
'(担保人2)打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
30
},
'担保人2银行流水打印日期超过30
天'
),
'流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'主共借人银行流水
区间异常,请核查
'
),
'(担保人1)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人1银行流水
区间异常,请核查
'
),
'(担保人2)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人2银行流水
区间异常,请核查
'
),
'类型'
:
(
'bankStatement_type'
,
'se_bs_type_compare'
,
{},
'高风险经销商流水类型异常'
),
}
...
...
@@ -2032,9 +2032,9 @@ BS_COMPARE_LOGIC_AUTO = {
'打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
30
},
'主共借人银行流水打印日期超过30天'
),
'(担保人1)打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
30
},
'担保人1银行流水打印日期超过30天'
),
'(担保人2)打印日期'
:
(
'print_time'
,
'se_bs_print_date_compare'
,
{
'days'
:
30
},
'担保人2银行流水打印日期超过30天'
),
'流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'主共借人银行流水
日期不满足2个月
'
),
'(担保人1)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人1银行流水
日期不满足2个月
'
),
'(担保人2)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人2银行流水
日期不满足2个月
'
),
'流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'主共借人银行流水
区间异常,请核查
'
),
'(担保人1)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人1银行流水
区间异常,请核查
'
),
'(担保人2)流水日期'
:
(
'timedelta'
,
'se_bs_date_compare'
,
{},
'担保人2银行流水
区间异常,请核查
'
),
'类型'
:
(
'bankStatement_type'
,
'se_bs_type_compare'
,
{},
'高风险经销商流水类型异常'
),
}
...
...
src/celery_compare/tasks.py
View file @
6349bed
...
...
@@ -1223,7 +1223,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
allow_bs_type
=
'全部'
if
cms_info
.
get
(
'autoApprovedDetails'
,
{})
.
get
(
'aaType'
,
''
)
in
[
'CAA1'
,
'CAA2'
]
and
\
'无需提供银行流水'
not
in
cms_info
.
get
(
'autoApprovedDetails'
,
{})
.
get
(
'PolicyComments'
,
''
):
date_timedelta
=
60
if
auto
else
90
date_timedelta
=
83
if
auto
else
83
bs_role_list
=
[]
for
applicant_type
in
consts
.
APPLICANT_TYPE_ORDER
[:
2
]:
if
applicant_type
in
main_role_info
:
...
...
@@ -1914,7 +1914,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
allow_bs_type
=
'全部'
if
cms_info
.
get
(
'autoApprovedDetails'
,
{})
.
get
(
'aaType'
,
''
)
in
[
'CAA1'
,
'CAA2'
]
and
\
'无需提供银行流水'
not
in
cms_info
.
get
(
'autoApprovedDetails'
,
{})
.
get
(
'PolicyComments'
,
''
):
date_timedelta
=
60
if
auto
else
90
date_timedelta
=
83
if
auto
else
83
bs_role_list
=
[]
for
applicant_type
in
consts
.
APPLICANT_TYPE_ORDER
[:
2
]:
if
applicant_type
in
main_role_info
:
...
...
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