Browse Source

Merge remote-tracking branch 'origin/saas' into saas

hgw 3 years ago
parent
commit
8071db0563

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

@@ -177,9 +177,6 @@
             <if test="hid != null">
                 AND hidden_ = #{hid}
             </if>
-            <if test="tenantId != null">
-                AND hidden_ = #{tenantId}
-            </if>
         </where>
         ORDER BY sort_ DESC,id_ DESC
     </select>