|
|
@@ -71,7 +71,7 @@ public class UserWalletServiceImpl extends ServiceImpl<BaseMapper<UserWallet>,Us
|
|
|
userWallet.setUserId(userId);
|
|
|
userWallet.setPointsWallet(0L);
|
|
|
userWallet.setBalanceWallet(BigDecimal.ZERO);
|
|
|
-// userWallet.setBlockedFunds(BigDecimal.ZERO);
|
|
|
+ userWallet.setBlockedFunds(BigDecimal.ZERO);
|
|
|
userWalletMapper.insertUserWallet(userWallet);
|
|
|
}
|
|
|
|