|
@@ -247,7 +247,7 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
for(Map.Entry<String,ElementData> se:tip.entrySet()){
|
|
|
E.put(se.getKey(),se.getValue().getValue());
|
|
|
}
|
|
|
- local.add(new LocalVariable(0,f,currentMap));
|
|
|
+ local.add(new LocalVariable(0,f,variable));
|
|
|
}
|
|
|
if(local.size()>0){
|
|
|
List<Object> values = slice( local,this.env.constantMap,f);
|