From 11d1b2ee099033b295a4ddb0077aceaec2855701 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 18 Feb 2020 12:45:49 +0800 Subject: [PATCH] =?UTF-8?q?beetl=20=E6=B7=BB=E5=8A=A0=20hasRole=20?= =?UTF-8?q?=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/beetl-core.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/src/main/resources/config/beetl-core.properties b/modules/core/src/main/resources/config/beetl-core.properties index be17bdbc..c6233329 100644 --- a/modules/core/src/main/resources/config/beetl-core.properties +++ b/modules/core/src/main/resources/config/beetl-core.properties @@ -101,6 +101,7 @@ 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 +FN.hasRole = com.jeesite.common.beetl.ext.fn.HasRole FN.cookie = com.jeesite.common.beetl.ext.fn.Cookie FN.lang = com.jeesite.common.beetl.ext.fn.Lang FN.text = com.jeesite.common.beetl.ext.fn.Text