|
@@ -324,7 +324,7 @@ public class WalletService {
|
|
|
// 2. 获取摊位钱包
|
|
// 2. 获取摊位钱包
|
|
|
UserWallet stallWallet = userWalletService.selectByStoreId(storeId);
|
|
UserWallet stallWallet = userWalletService.selectByStoreId(storeId);
|
|
|
if (stallWallet == null) {
|
|
if (stallWallet == null) {
|
|
|
- throw new ServiceException("摊位钱包不存在");
|
|
|
|
|
|
|
+ throw new ServiceException(MessageUtils.message("no.user.wallet.not.exist"));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 3. 更新余额
|
|
// 3. 更新余额
|