yangys
2024-05-18 040976de6f9934b99f30268a28e2ecf42260e217
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));