jiaosong
2023-08-25 8f918cb6db02c39e67ce7b0d77cc1be5ed26edaf
server/src/main/java/doumeemes/biz/system/impl/SystemMenuBizImpl.java
@@ -182,7 +182,7 @@
            if (menu == null) {
                continue;
            }
            if (menu.getFixed()) {
            if (menu.getFixed() !=null && menu.getFixed()) {
                throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(), "请勿删除" + menu.getName() + ", 因为这是固定菜单");
            }
        }