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
0f98c4a3
authored
2024-04-28 16:29:42 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'feature/CHINARPA-4546' into feature/uat-tmp
2 parents
7c9df385
73e4a342
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/celery_compare/tasks.py
src/celery_compare/tasks.py
View file @
0f98c4a
...
...
@@ -916,6 +916,7 @@ def get_se_cms_compare_info_auto(application_id, last_obj, application_entity, d
#CHINARPA-4546 delaerName变为list,包含dealer_name_list[0]映射后对应的所有值 + dealer_name_list[-1],比对时,任一完全一致为Y,全部不一致为N
dealer_name
=
[]
dealer_name_mapper_list
=
[]
if
len
(
dealer_name_list
)
!=
0
:
dealer_name
.
append
(
dealer_name_list
[
-
1
])
# CMS的最后一个值
dealer_name_mapper_obj
=
DealerMapping
.
objects
.
filter
(
cms_value
=
dealer_name_list
[
0
])
.
first
()
...
...
@@ -1483,6 +1484,7 @@ def get_se_cms_compare_info(application_id, last_obj, application_entity, detect
#CHINARPA-4546 delaerName变为list,包含dealer_name_list[0]映射后对应的所有值 + dealer_name_list[-1],比对时,任一完全一致为Y,全部不一致为N
dealer_name
=
[]
dealer_name_mapper_list
=
[]
if
len
(
dealer_name_list
)
!=
0
:
dealer_name
.
append
(
dealer_name_list
[
-
1
])
# CMS的最后一个值
dealer_name_mapper_obj
=
DealerMapping
.
objects
.
filter
(
cms_value
=
dealer_name_list
[
0
])
.
first
()
...
...
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