9303459f by 周伟奇

fix end_time

1 parent ff199755
......@@ -629,7 +629,7 @@ class Command(BaseCommand, LoggerMixin):
request_trigger=RequestTrigger.get_value(doc.data_source, 0),
input_file=doc.document_name,
transaction_start=doc.start_time,
transaction_end=time.time(),
transaction_end=doc.start_time,
successful_at_this_level=False,
failure_reason=FailureReason.IMG_LIMIT.value,
process_name=ProcessName.ALL.value,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!