zouxuan 4 年之前
父节点
当前提交
b44db36d5a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      mec-auth/mec-auth-server/src/main/resources/config/mybatis/SysMenuMapper.xml

+ 0 - 1
mec-auth/mec-auth-server/src/main/resources/config/mybatis/SysMenuMapper.xml

@@ -145,7 +145,6 @@
     </select>
     <sql id="queryTree">
         <where>
-                sm.parent_id_ IS NOT NULL
             <if test="userId != null">
                 AND sur.user_id_ = #{userId}
             </if>