用户管理前后端代码提交
This commit is contained in:
parent
c84e1524ad
commit
6ce7e8aa72
|
|
@ -165,7 +165,7 @@
|
||||||
INSTR(t.login_name,#{keyWord}) > 0
|
INSTR(t.login_name,#{keyWord}) > 0
|
||||||
)
|
)
|
||||||
</if>
|
</if>
|
||||||
order by t.del_flag ASC , t.state,t.create_time DESC
|
order by t.del_flag ASC ,t.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
<select id="getPasswordConfigById" resultType="com.bonus.imgTool.model.PasswordConfig">
|
<select id="getPasswordConfigById" resultType="com.bonus.imgTool.model.PasswordConfig">
|
||||||
select pwd_strength as pwdStrength,
|
select pwd_strength as pwdStrength,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue