Ver código fonte

app菜单状态

lchao 3 meses atrás
pai
commit
1b51073392

+ 2 - 0
src/main/resources/mapper/system/SysUserMapper.xml

@@ -664,6 +664,8 @@
             </foreach>
             </foreach>
         </if>
         </if>
         AND m.parent_id = '0'
         AND m.parent_id = '0'
+        and m.status = '0'
+        and m.visible = '0'
         GROUP BY order_num,menuId
         GROUP BY order_num,menuId
     </select>
     </select>