2b68279d by 冯轩

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

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