下载图片接口改为可多选
This commit is contained in:
@@ -147,7 +147,7 @@ public class ListingMallServiceImpl extends ServiceImpl<ListingMallMapper, Listi
|
|||||||
this.getBaseMapper().update(null,
|
this.getBaseMapper().update(null,
|
||||||
new LambdaUpdateWrapper<ListingEntity>()
|
new LambdaUpdateWrapper<ListingEntity>()
|
||||||
.eq(ListingEntity::getId, id)
|
.eq(ListingEntity::getId, id)
|
||||||
.setSql("view_count", "view_count + 1"));
|
.setSql("view_count = view_count + 1"));
|
||||||
|
|
||||||
List<ListingImageEntity> images = listingImageMapper.selectList(
|
List<ListingImageEntity> images = listingImageMapper.selectList(
|
||||||
new LambdaQueryWrapper<ListingImageEntity>()
|
new LambdaQueryWrapper<ListingImageEntity>()
|
||||||
|
|||||||
Reference in New Issue
Block a user