手机号验证增加199号码段;修正部分功能xss漏洞;

This commit is contained in:
thinkgem
2018-11-08 23:42:18 +08:00
parent a2f6c7cb0b
commit 48b08c81a1
5 changed files with 63 additions and 33 deletions

View File

@@ -18,7 +18,7 @@
//@Service
//public class MenuServiceImpl extends MenuServiceSupport {
//
// public MenuServiceExtendImpl() {
// public MenuServiceImpl() {
// this.entityClass = Menu.class;
// }
//

View File

@@ -18,7 +18,7 @@
//@Service
//public class RoleServiceImpl extends RoleServiceSupport {
//
// public RoleServiceExtendImpl() {
// public RoleServiceImpl() {
// this.entityClass = Role.class;
// }
//

View File

@@ -18,7 +18,7 @@
//@Service
//public class UserServiceImpl extends UserServiceSupport {
//
// public UserServiceExtendImpl() {
// public UserServiceImpl() {
// this.entityClass = User.class;
// }
//

View File

@@ -90,8 +90,9 @@ FNP.reg = org.beetl.ext.fn.RegxFunctionUtil
FNP.array = org.beetl.ext.fn.ArrayUtil
##内置的格式化函数
FT.dateFormat = org.beetl.ext.format.DateFormat
FT.numberFormat = org.beetl.ext.format.NumberFormat
FT.dateFormat = org.beetl.ext.format.DateFormat
FT.numberFormat = org.beetl.ext.format.NumberFormat
FT.xss = com.jeesite.common.beetl.ext.format.XssFormat
##内置的默认格式化函数
FTC.java.util.Date = org.beetl.ext.format.DateFormat