Преглед изворни кода

不可见的菜单也算数

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>