73ae8b85 by 冯轩

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

2 parents 7f9efd41 71653f5d
...@@ -751,7 +751,7 @@ class Comparison: ...@@ -751,7 +751,7 @@ class Comparison:
751 def input_list_not_zero_compare(self, input_list, ocr_list, **kwargs): 751 def input_list_not_zero_compare(self, input_list, ocr_list, **kwargs):
752 try: 752 try:
753 for item in input_list: 753 for item in input_list:
754 if float(item) <= 0: 754 if float(item) == 0:
755 return self.RESULT_N 755 return self.RESULT_N
756 return self.RESULT_Y 756 return self.RESULT_Y
757 except Exception as e: 757 except Exception as e:
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!