Commit 340f096b authored by shiyu's avatar shiyu

首页新增系统默认账号

parent 90de0eb0
...@@ -898,6 +898,7 @@ public class SupplierItemServiceImpl implements SupplierItemService { ...@@ -898,6 +898,7 @@ public class SupplierItemServiceImpl implements SupplierItemService {
followerIds.add(sellerId); followerIds.add(sellerId);
//换藏系统账号 //换藏系统账号
followerIds.add(9357942L); followerIds.add(9357942L);
followerIds.add(42273900L);
} }
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