1a54c4a0 by 冯轩

Merge branch 'feature/CHINARPA-3813'

2 parents c4a026fc 1a88a99f
......@@ -3047,10 +3047,10 @@ def se_compare_process(compare_info, ocr_res_dict, is_gsyh, is_auto, id_res_list
or (result == consts.RESULT_N1 and license_en == consts.BS_EN) \
or (result == consts.RESULT_N2 and license_en == consts.BS_EN):
# 确认书N2
if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str:
pass
else:
successful_at_this_level = False
#if license_en == consts.AFC_CONTRACT_QRS_EN and name == consts.SE_AFC_CON_QRS_FIELD[0] and ocr_str == empty_str:
# pass
#else:
successful_at_this_level = False
failed_count += 1
each_license_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!