@@ -888,6 +888,7 @@
WHERE
t1.`status` = 1
AND t1.id NOT LIKE '%M%'
+ and su.id!='admin'
<if test='user !=null '>
<if test='user.name !=null and user.name!="" '>
and t1.name = #{user.name}