532cd578 by 周伟奇

fix se

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