smart-man-boot/src/main/java/com/qianwen/smartman/modules/system/service/impl/TopMenuServiceImpl.java
@@ -25,7 +25,7 @@ this.topMenuSettingService = topMenuSettingService; } @Override // org.springblade.modules.system.service.ITopMenuService @Transactional(rollbackFor = {Exception.class}) public boolean grant(@NotEmpty List<Long> topMenuIds, @NotEmpty List<Long> menuIds) { this.topMenuSettingService.remove(Wrappers.<TopMenuSetting>update().lambda().in(TopMenuSetting::getTopMenuId, topMenuIds));