Commit c9beebdc authored by shiyu's avatar shiyu

搜索用户

parent de65aaa3
......@@ -859,7 +859,7 @@ public class UserServiceImpl implements UserService {
return Result.failed("查询不到该用户信息");
}
UserInfo userInfo = new UserInfo();
userInfo.setUserId(dto.getUserId());
userInfo.setUserId(user.getId());
userInfo.setNickName(user.getNickname());
userInfo.setAvatarUrl(user.getAvatar());
userInfo.setProfile(user.getProfile());
......
......@@ -463,6 +463,7 @@ public class SupplierItemServiceImpl implements SupplierItemService {
}
@AddBrowseLog(desc = "查询拍卖商品详情", type = DistributionEnum.DistributionTypeEnum.AUCTION)
@Override
public Result findAuctionDetail(SupplierItemRequestDto dto) {
try {
......@@ -726,7 +727,7 @@ public class SupplierItemServiceImpl implements SupplierItemService {
return Result.failed();
}
@AddBrowseLog(desc = "查询藏家商品详情", type = DistributionEnum.DistributionTypeEnum.COLLECT)
@Override
public Result findCollectionItemDetail(SupplierItemRequestDto dto) {
try {
......
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