|
|
@@ -91,8 +91,6 @@ public class MenuServiceImpl extends ServiceImpl<MenuMapper, Menu> implements IM |
|
|
|
throw new BaseUncheckedException(HttpStatus.HTTP_OK, "【地址栏路径】:{}重复", data.getPath()); |
|
|
|
} |
|
|
|
} |
|
|
|
} else { |
|
|
|
checkButtonUnique(data.getPid(), data.getPath(), data.getId()); |
|
|
|
} |
|
|
|
Menu old = getById(data); |
|
|
|
if (Objects.isNull(old)) { |
|
|
|