e4c76d1f by 冯轩

MOD:pos 解抵押

1 parent 619710a3
...@@ -95,6 +95,7 @@ class DeMortgageView(GenericView): ...@@ -95,6 +95,7 @@ class DeMortgageView(GenericView):
95 'deMortgageDate': de_mortgage_date 95 'deMortgageDate': de_mortgage_date
96 } 96 }
97 de_mortgage_info = {} 97 de_mortgage_info = {}
98 de_mortgage_info
98 # 绿本必须分开ocr 99 # 绿本必须分开ocr
99 for file_obj in files: 100 for file_obj in files:
100 info = PosHandler.de_mortgage_ocr_process1(file_obj) 101 info = PosHandler.de_mortgage_ocr_process1(file_obj)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!