|
@@ -251,7 +251,7 @@ public class FormulaTurnPoint implements FormulaStrategy {
|
|
|
tmp.addAll(Collections.nCopies(m,x));
|
|
|
}
|
|
|
tmp=tmp.stream().map(v->StringUtils.number2String(v,1)).collect(Collectors.toList());
|
|
|
- FormulaUtils.write(t,tmp,false);
|
|
|
+ FormulaUtils.write(t,tmp);
|
|
|
});
|
|
|
}
|
|
|
|