src/main/resources/mapper/all/PermsMapper.xml
@@ -8,8 +8,9 @@ inner join lf.sys_role_res c on b.roleid = c.roleid inner join lf.sys_res d on c.resid = d.id <where> d.status = 1 <if test="uid != null"> a.uid = #{uid} and a.uid = #{uid} </if> </where> order by d.id @@ -22,8 +23,9 @@ inner join lf.sys_role_res c on b.roleid = c.roleid inner join lf.sys_res d on c.resid = d.id <where> d.status = 1 <if test="uid != null"> a.uid = #{uid} and a.uid = #{uid} </if> </where> order by d.id