Commit b7c81961 authored by yanzg's avatar yanzg

修改实例化关系

parent bcbc28df
...@@ -195,7 +195,7 @@ public class FormulaHelper { ...@@ -195,7 +195,7 @@ public class FormulaHelper {
} else { } else {
ret = StringHelper.toDouble(varValues.get(formula)); ret = StringHelper.toDouble(varValues.get(formula));
} }
System.out.println("公式: " + formula + " 值" + ret); // System.out.println("公式: " + formula + " 值" + ret);
return ret; return ret;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment