月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-08-24 673f9d2cff1e02cc522c623edea2a20810a3cbc2
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>