Explorar o código

租户菜单显示隐藏菜单

wangyangyang %!s(int64=4) %!d(string=hai) anos
pai
achega
589770c55a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      user_center/src/main/resources/mapper/MenuMapper.xml

+ 1 - 1
user_center/src/main/resources/mapper/MenuMapper.xml

@@ -369,7 +369,7 @@
         <include refid="menuColumns"/>
         FROM uims_menu a
         <where>
-            a.status=1 and  a.SHOW_STATE=1 and is_tenant =1
+            a.status=1  and is_tenant =1
         </where>
         order by a.seq
     </select>