소스 검색

租户菜单显示隐藏菜单

wangyangyang 4 년 전
부모
커밋
589770c55a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>