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>