userexamine

master
20918 12 months ago
parent e48a430353
commit 7ac0ca0717

@ -6,7 +6,7 @@ user.password.not.match=用户不存在/密码错误
user.password.retry.limit.count=密码输入错误{0}次
user.password.retry.limit.exceed=密码输入错误{0}次帐户锁定10分钟
user.password.delete=对不起,您的账号已被删除
user.examine.disabled=抱歉,你的用户未经过审核
user.examine.disabled=抱歉,你的用户未经过审核或正在审核,请联系管理员
user.blocked=用户已封禁,请联系管理员
role.blocked=角色已封禁,请联系管理员
login.blocked=很遗憾访问IP已被列入系统黑名单

@ -235,6 +235,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="politics != null">politics,</if>
<if test="shemichengdu != null">shemichengdu,</if>
<if test="graduate != null">graduate,</if>
<if test="startdate != null">startdate,</if>
<if test="enddate != null">enddate,</if>
<if test="helthy != null">helthy,</if>
<if test="examine != null">examine,</if>
<if test="examineuser != null">examineuser,</if>

Loading…
Cancel
Save