--9.20提交修改

This commit is contained in:
yc13649764453
2023-09-20 15:01:44 +08:00
parent b67ccaf457
commit 4f614135a5
5 changed files with 37 additions and 56 deletions

View File

@@ -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)
);