Commit 7b694ab6 authored by shiyu's avatar shiyu

首页列表加上默认藏家

parent 161f55a1
......@@ -895,6 +895,8 @@ public class SupplierItemServiceImpl implements SupplierItemService {
List<Long> followerIds = followFansRecordList.stream().map(FollowFansRecord::getFollowerId).collect(Collectors.toList());
if (CollectionUtils.isEmpty(followerIds)) {
followerIds.add(sellerId);
//换藏系统账号
followerIds.add(9357942L);
}
searchDto.setIsDeleted(false);
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