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
02d77901
authored
2022-10-21 19:36:52 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix bug
1 parent
668f1c30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/apps/doc/views.py
src/apps/doc/views.py
View file @
02d7790
...
...
@@ -591,6 +591,7 @@ class UploadDocView(GenericView, DocHandler):
try
:
end_time
=
time
.
time
()
document
.
pop
(
'uploadFinishTime'
,
None
)
duration_second
=
int
(
end_time
-
start_time
)
InterfaceReport
.
objects
.
create
(
source
=
data_source
,
...
...
@@ -674,6 +675,7 @@ class PriorityDocView(GenericView, DocHandler):
try
:
end_time
=
time
.
time
()
duration_second
=
int
(
end_time
-
start_time
)
application_info
.
pop
(
'SUBMIT_DATETIME'
,
None
)
InterfaceReport
.
objects
.
create
(
source
=
SystemName
.
GCAP
.
name
,
target
=
SystemName
.
OCR
.
name
,
...
...
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