mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-15 18:32:01 +08:00
update 还原数据权限修改
This commit is contained in:
@@ -40,9 +40,7 @@
|
||||
AND status = #{status}
|
||||
</if>
|
||||
<!-- 数据范围过滤 -->
|
||||
<if test="params.dataScope != null and params.dataScope != ''">
|
||||
AND ( ${params.dataScope} )
|
||||
</if>
|
||||
${params.dataScope}
|
||||
order by d.parent_id, d.order_num
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user