下载图片接口改为可多选
This commit is contained in:
@@ -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>()
|
||||
|
||||
Reference in New Issue
Block a user