mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
enhancement #I6ZAVN 支持QLExpress的高精度计算
This commit is contained in:
@@ -33,7 +33,7 @@ public class QLExpressScriptExecutor extends ScriptExecutor {
|
||||
|
||||
@Override
|
||||
public ScriptExecutor init() {
|
||||
expressRunner = new ExpressRunner();
|
||||
expressRunner = new ExpressRunner(true, false);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user