diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index 6e322f5b..11dc6899 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -94,6 +94,7 @@ FN.parentTag=org.beetl.ext.fn.ParentTagFunction FN.isBlank = com.jeesite.common.beetl.ext.fn.IsBlank FN.isNotBlank = com.jeesite.common.beetl.ext.fn.IsNotBlank FN.toBoolean = com.jeesite.common.beetl.ext.fn.ToBoolean +FN.toInteger = com.jeesite.common.beetl.ext.fn.ToInteger FN.toJson = com.jeesite.common.beetl.ext.fn.ToJson FN.fromJson = com.jeesite.common.beetl.ext.fn.FromJson FN.hasPermi = com.jeesite.common.beetl.ext.fn.HasPermi