Commit 38a0c64f authored by chase's avatar chase

fix bug

parent 6e3260ed
...@@ -78,7 +78,8 @@ public class BB extends FunctionBase implements FreeRefFunction { ...@@ -78,7 +78,8 @@ public class BB extends FunctionBase implements FreeRefFunction {
} }
} }
} }
return returnEval; cellValue = returnEval;
return cellValue;
} }
List<CellTemplatePerGroupDto> cellTemplateDataList; List<CellTemplatePerGroupDto> cellTemplateDataList;
if (curPeriod.getCurYear() != formulaContext.getYear()) { if (curPeriod.getCurYear() != formulaContext.getYear()) {
......
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