9633cc40 by 冯轩

init

1 parent b8ef3e1f
...@@ -2084,7 +2084,8 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type): ...@@ -2084,7 +2084,8 @@ def se_bs_compare(license_en, ocr_res_dict, strip_list, is_auto, aa_type):
2084 # result_field_list.append((name, empty_str, result, json.dumps(verify_list, ensure_ascii=False), empty_str, empty_error_type, reason)) 2084 # result_field_list.append((name, empty_str, result, json.dumps(verify_list, ensure_ascii=False), empty_str, empty_error_type, reason))
2085 2085
2086 # 非FSM Full CAA1 2086 # 非FSM Full CAA1
2087 if not is_auto and aa_type == 'CAA1': 2087 # 2023.12 auto CAA1 也使用此逻辑(之前非FSM auto CAA1不判断真伪)
2088 if aa_type == 'CAA1':
2088 name = '真伪' 2089 name = '真伪'
2089 # 若仅提供纸质流水,则默认真伪为N2 2090 # 若仅提供纸质流水,则默认真伪为N2
2090 if not auto_elec_verify_list: 2091 if not auto_elec_verify_list:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!