5e1cd53b by 冯轩

Merge branch 'CHINARPA-4562' into feature/uat-tmp

2 parents 28909661 a1e9a475
......@@ -2057,6 +2057,8 @@ class EmployeeView(GenericView):
self.running_log.info('[query Employee] [application_id={0}] ocr_result none'.format(application_id))
return response.ok(data=False)
bss_ocr_str = ocr_result_info.bss_ocr
if bss_ocr_str is None:
return response.ok(data=False)
bss_ocr = json.loads(bss_ocr_str)
self.running_log.info('[query Employee] [application_id={0}] [bss_ocr={1}]'.format(application_id, bss_ocr))
for one_bss in bss_ocr:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!