71653f5d by 冯轩

MOD:利润表和资产负债表比对条件

1 parent 800edd99
......@@ -723,7 +723,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!