升级QLExpress版本

This commit is contained in:
everywhere.z 2023-05-03 21:57:48 +08:00
parent c6302d6763
commit 2be0ded060
1 changed files with 1 additions and 1 deletions

View File

@ -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) {