src/main/resources/mapper/all/PermsMapper.xml
@@ -9,7 +9,7 @@ inner join lf.sys_layer d on c.layerid = d.id inner join lf.sys_res e on d.resid = e.id <where> d.status = 1 and e.status between 1 and 2 d.status between 1 and 2 and e.status between 1 and 2 <if test="uid != null"> and a.uid = #{uid} </if>