2b68279d by 冯轩

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

2 parents 5d1c491d 39c6b60f
...@@ -1306,6 +1306,7 @@ COMPARE_FIELDS = ( ...@@ -1306,6 +1306,7 @@ COMPARE_FIELDS = (
1306 HIL_CONTRACT_2_FIELD, 1306 HIL_CONTRACT_2_FIELD,
1307 HIL_CONTRACT_3_FIELD, 1307 HIL_CONTRACT_3_FIELD,
1308 FS_FIELD, 1308 FS_FIELD,
1309 FSS_FIELD,
1309 ) 1310 )
1310 1311
1311 PRE_COMPARE_FIELDS = ( 1312 PRE_COMPARE_FIELDS = (
......
...@@ -2451,6 +2451,7 @@ def se_compare_license(license_en, ocr_res_dict, field_list): ...@@ -2451,6 +2451,7 @@ def se_compare_license(license_en, ocr_res_dict, field_list):
2451 section_img_info = dict() 2451 section_img_info = dict()
2452 field_img_path_dict = dict() 2452 field_img_path_dict = dict()
2453 ocr_res_str = ocr_res_dict.get(ocr_field) 2453 ocr_res_str = ocr_res_dict.get(ocr_field)
2454 compare_log.info('{0} [{1}_compare] ocr_res:{2}'.format(log_base, license_en, ocr_res_str))
2454 if ocr_res_str is not None: 2455 if ocr_res_str is not None:
2455 ocr_res_list = json.loads(ocr_res_str) 2456 ocr_res_list = json.loads(ocr_res_str)
2456 2457
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!