From 4e04f5e967b14c6f2881d867438653f968027b47 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期二, 28 十二月 2021 14:32:53 +0800
Subject: [PATCH] remove 移除过期代码 数据权限

---
 ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
index 8e9d1d7..c9b5252 100644
--- a/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -42,10 +42,6 @@
         <if test="status != null and status != ''">
             AND status = #{status}
         </if>
-<!--        &lt;!&ndash; 鏁版嵁鑼冨洿杩囨护 &ndash;&gt;-->
-<!--        <if test="params.dataScope != null and params.dataScope != ''">-->
-<!--            AND ( ${params.dataScope} )-->
-<!--        </if>-->
         order by d.parent_id, d.order_num
     </select>
 

--
Gitblit v1.9.3