Переглянути джерело

不可见的菜单也算数

lyq 1 рік тому
батько
коміт
c076473fcb
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      src/main/resources/mapper/index/IndexViewMapper.xml

+ 0 - 1
src/main/resources/mapper/index/IndexViewMapper.xml

@@ -17,7 +17,6 @@
         WHERE
             menu_type = 'C'
           AND status = 0
-          AND visible = 0
           AND front_type = 'front_type_data'
           AND center_type IS NOT NULL;
     </select>