fix bug
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -804,8 +804,6 @@ class SECompareView(GenericView, PreSEHandler): | ... | @@ -804,8 +804,6 @@ class SECompareView(GenericView, PreSEHandler): |
804 | # SE preSettlement | 804 | # SE preSettlement |
805 | @use_args(se_compare_args, location='data') | 805 | @use_args(se_compare_args, location='data') |
806 | def post(self, request, args): # interface_report pos to ocr | 806 | def post(self, request, args): # interface_report pos to ocr |
807 | # 模拟耗时操作 | ||
808 | time.sleep(25) | ||
809 | start_time = time.time() | 807 | start_time = time.time() |
810 | log_base = '[prese]' | 808 | log_base = '[prese]' |
811 | # 存库 | 809 | # 存库 | ... | ... |
-
Please register or sign in to post a comment