Commit 557caaab authored by shiyu's avatar shiyu

Merge branch 'quanku_v2.3' into quanku_v2.4

parents d3d91b12 7b694ab6
...@@ -897,6 +897,8 @@ public class SupplierItemServiceImpl implements SupplierItemService { ...@@ -897,6 +897,8 @@ public class SupplierItemServiceImpl implements SupplierItemService {
List<Long> followerIds = followFansRecordList.stream().map(FollowFansRecord::getFollowerId).collect(Collectors.toList()); List<Long> followerIds = followFansRecordList.stream().map(FollowFansRecord::getFollowerId).collect(Collectors.toList());
if (CollectionUtils.isEmpty(followerIds)) { if (CollectionUtils.isEmpty(followerIds)) {
followerIds.add(sellerId); followerIds.add(sellerId);
//换藏系统账号
followerIds.add(9357942L);
} }
searchDto.setIsDeleted(false); searchDto.setIsDeleted(false);
if (dto.getType() == DistributionEnum.DistributionTypeEnum.FIXED_PRICE.getCode()) { if (dto.getType() == DistributionEnum.DistributionTypeEnum.FIXED_PRICE.getCode()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment