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
29aedd0a
authored
2024-12-10 16:06:45 +0800
by
冯轩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
MOD:bug
1 parent
98fb6f96
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
29aedd0
...
...
@@ -1870,7 +1870,7 @@ class EmployeeView(GenericView):
bss_ocr
=
json
.
loads
(
bss_ocr_str
)
self
.
running_log
.
info
(
'[query Employee] [application_id={0}] [bss_ocr={1}]'
.
format
(
application_id
,
bss_ocr
))
for
one_bss
in
bss_ocr
:
income_keywords
=
one_bss
[
'income_keywords'
]
income_keywords
=
one_bss
.
get
(
'income_keywords'
)
self
.
running_log
.
info
(
'[query Employee] [application_id={0}] [income_keywords={1}]'
.
format
(
application_id
,
income_keywords
))
if
income_keywords
is
not
None
and
len
(
income_keywords
)
>
0
:
return
response
.
ok
(
data
=
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