e1b816c0 by 周伟奇

fix bug

1 parent 6e03e581
...@@ -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 # 存库
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!