73ae8b85 by 冯轩

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

2 parents 7f9efd41 71653f5d
......@@ -751,7 +751,7 @@ class Comparison:
def input_list_not_zero_compare(self, input_list, ocr_list, **kwargs):
try:
for item in input_list:
if float(item) <= 0:
if float(item) == 0:
return self.RESULT_N
return self.RESULT_Y
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!