Commit 02908591 authored by shangtx's avatar shangtx

feat: 隐藏管理员系统用户

parent 001039de
......@@ -21,6 +21,7 @@
select t1.*
from sys_user t1
<where>
and t1.id != 1
<if test="param.username != null and param.username != ''">
AND t1.user_name LIKE '%${param.username}%'
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment