yangys
2024-04-12 71d0c753036cc1ef06fa52f1874a5c806c9c5eda
smart-core-tool/src/main/java/com/qianwen/core/tool/script/engine/ognl/OgnlEngine.java
@@ -40,7 +40,7 @@
        return execute(id, new HashMap());
    }
    @Override // org.springblade.core.tool.script.engine.DynamicScriptEngine
    @Override
    public boolean compile(String id, String code) throws Exception {
        if (this.logger.isDebugEnabled()) {
            this.logger.debug("compile Ognl {} : {}", id, code);