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
80ee1790
authored
2022-10-21 19:38:53 +0800
by
周伟奇
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' into feature/pres
2 parents
12fbbf25
02d77901
Show 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 @
80ee179
...
...
@@ -606,6 +606,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
,
...
...
@@ -689,6 +690,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