-- BUG修改
This commit is contained in:
@@ -278,7 +278,7 @@ public class BookChapterController {
|
||||
for(Integer id : ids){
|
||||
|
||||
|
||||
|
||||
|
||||
BookChapterEntity chapter = bookChapterService.getBaseMapper().selectOne(new QueryWrapper<BookChapterEntity>()
|
||||
.eq("id", id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user