超级会员相关

This commit is contained in:
张松
2025-09-12 09:21:18 +08:00
parent 2f88f54b0f
commit 31678fa6f1
12 changed files with 29 additions and 27 deletions

View File

@@ -312,7 +312,7 @@ public class ShopUserServiceImpl extends ServiceImpl<ShopUserMapper, ShopUser> i
shopUser.setShopId(null);
}
memberConfigService.joinMember(shopId, userId);
memberConfigService.joinMember(shopId, userId, null);
return saveOrUpdate(shopUser);
}