使用 removeByIds() 批量删除

发布时间:2026/7/3 11:01:03
使用 removeByIds() 批量删除 // 批量删除 ListLong idList Arrays.asList(1L, 2L, 3L); boolean result merchantUserDiscountService.removeByIds(idList);