加入会员修改
This commit is contained in:
parent
046ab99359
commit
4f9f2ecfee
|
|
@ -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);
|
BeanUtil.copyProperties(shopUserAddDTO, userInfo);
|
||||||
userInfoService.updateById(userInfo);
|
userInfoService.updateById(userInfo);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue