Selaa lähdekoodia

租户菜单显示隐藏菜单

wangyangyang 4 vuotta sitten
vanhempi
commit
589770c55a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>