--9.20提交修改
This commit is contained in:
@@ -277,6 +277,8 @@ public class BookChapterController {
|
||||
public R delete(@RequestBody Integer[] ids) {
|
||||
for(Integer id : ids){
|
||||
|
||||
|
||||
|
||||
BookChapterEntity chapter = bookChapterService.getBaseMapper().selectOne(new QueryWrapper<BookChapterEntity>()
|
||||
.eq("id", id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user