532cd578 by 周伟奇

fix se

1 parent f4da767b
...@@ -2594,8 +2594,8 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto): ...@@ -2594,8 +2594,8 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto):
2594 for name, value, result, ocr_str, img_path, error_type, cn_reason in result_field_list: 2594 for name, value, result, ocr_str, img_path, error_type, cn_reason in result_field_list:
2595 total_fields += 1 2595 total_fields += 1
2596 if result == consts.RESULT_N: 2596 if result == consts.RESULT_N:
2597 if license_en != consts.MVI_EN or name != consts.SE_NEW_ADD_FIELD[9]: 2597 # if license_en != consts.MVI_EN or name != consts.SE_NEW_ADD_FIELD[9]:
2598 successful_at_this_level = False 2598 successful_at_this_level = False
2599 failed_count += 1 2599 failed_count += 1
2600 failure_field.append(name) 2600 failure_field.append(name)
2601 if isinstance(cn_reason, str): 2601 if isinstance(cn_reason, str):
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!