mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
升级QLExpress版本
This commit is contained in:
@@ -63,7 +63,7 @@ public class QLExpressScriptExecutor extends ScriptExecutor {
|
||||
|
||||
bindParam(wrap, context::put, context::putIfAbsent);
|
||||
|
||||
return expressRunner.execute(instructionSet, context, errorList, true, false, null);
|
||||
return expressRunner.execute(instructionSet, context, errorList, true, false);
|
||||
}
|
||||
catch (Exception e) {
|
||||
for (String scriptErrorMsg : errorList) {
|
||||
|
||||
Reference in New Issue
Block a user