Commit f203dbd1 authored by chase's avatar chase

fix bug

parent 80dbac5d
......@@ -258,6 +258,7 @@ public class FunctionBase {
}
}else if (evalStr.indexOf("${KeyIn}")>0){
if (!dss.isEmpty()) return dss.get(0).getAmount();
return new BigDecimal(0);
}
else{
......
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