标签修改

This commit is contained in:
wuchunlei
2024-12-16 14:54:57 +08:00
parent e8599ff599
commit 978c7ab768
3 changed files with 47 additions and 3 deletions

View File

@@ -149,6 +149,7 @@ public class HomeController {
wrapper.select(BookEntity::getImages);
wrapper.select(BookEntity::getName);
wrapper.eq(BookAbroadToLable::getLableId,params.get("lableId"));
wrapper.orderByAsc(BookAbroadToLable::getSort);
List<Map<String,Object>> list = toLableService.listMaps(wrapper);
for (Map<String, Object> map : list) {
int readCount = bookReadRateService.count(new LambdaQueryWrapper<BookReadRateEntity>()