下载图片接口改为可多选

This commit is contained in:
litianxiang
2026-05-27 14:30:35 +08:00
parent 69deffc8bc
commit 7c2e07798c

View File

@@ -147,7 +147,7 @@ public class ListingMallServiceImpl extends ServiceImpl<ListingMallMapper, Listi
this.getBaseMapper().update(null,
new LambdaUpdateWrapper<ListingEntity>()
.eq(ListingEntity::getId, id)
.setSql("view_count", "view_count + 1"));
.setSql("view_count = view_count + 1"));
List<ListingImageEntity> images = listingImageMapper.selectList(
new LambdaQueryWrapper<ListingImageEntity>()