shopUser 接口

This commit is contained in:
2025-10-27 10:38:24 +08:00
parent 57ef7f91a1
commit f77d8c216e
2 changed files with 1 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ public class UShopUserServiceImpl implements UShopUserService {
@Override
public ShopUserDetailDTO getInfo(Long shopId, long userId) {
Long mainId = shopInfoService.getMainIdByShopId(shopId);
ShopUser shopUser = shopUserService.getShopUserInfo(mainId, shopId);
ShopUser shopUser = shopUserService.getShopUserInfo(mainId, userId);
UserInfo userInfo = userInfoService.getById(userId);
if (userInfo == null) {
throw new ApiNotPrintException("用户信息不存在");