|
@@ -345,7 +345,8 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
}
|
|
|
}
|
|
|
int scale = StringUtils.getScale(values);
|
|
|
- FormulaUtils.write(t.getValue(), values.stream().map(u -> /* if(StringUtils.isEmpty(u)){
|
|
|
+ FormulaUtils.write(t.getValue(), values.stream().map(u -> {
|
|
|
+ /* if(StringUtils.isEmpty(u)){
|
|
|
return "/";
|
|
|
} else */
|
|
|
if(StringUtils.isNumber(u)){
|