加入会员修改

This commit is contained in:
张松 2025-03-15 09:36:08 +08:00
parent 046ab99359
commit 4f9f2ecfee
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ public class ShopUserServiceImpl extends ServiceImpl<ShopUserMapper, ShopUser> i
}
}
BeanUtil.copyProperties(shopUserAddDTO, shopUser);
BeanUtil.copyProperties(shopUserAddDTO, shopUser, "accountPoints", "amount");
BeanUtil.copyProperties(shopUserAddDTO, userInfo);
userInfoService.updateById(userInfo);