d14e16ea by 冯轩

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

2 parents e1155261 15f1cc16
......@@ -198,6 +198,7 @@ class Comparison:
compare_log.info('[se_input_list_compare] [input_str {0}] [ocr_str {1}]'.format(input_str, ocr_str))
if input_str == ocr_str:
return self.RESULT_Y
return self.RESULT_N
else:
return self.RESULT_N
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!