-- BUG修改

This commit is contained in:
yc13649764453
2023-09-20 16:22:50 +08:00
parent c39ce41ce9
commit a57aef3c54
5 changed files with 30 additions and 28 deletions

View File

@@ -278,7 +278,7 @@ public class BookChapterController {
for(Integer id : ids){
BookChapterEntity chapter = bookChapterService.getBaseMapper().selectOne(new QueryWrapper<BookChapterEntity>()
.eq("id", id)
);