|
@@ -111,7 +111,7 @@ public class AccountRunningWaterServiceImpl extends ServiceImpl<AccountRunningWa
|
|
|
.eq(AccountRemainder::getCurrency, accountRunningWaterDto.getCurrency())
|
|
|
);
|
|
|
if (ObjectUtil.isEmpty(accountRemainder)) {
|
|
|
- throw new ServiceException("账户余额不足");
|
|
|
+ throw new ServiceException("该账户不存在此币种,请前往资金账户添加");
|
|
|
}
|
|
|
accountRemainder.setStatus(accountRunningWaterDto.getStatus());
|
|
|
//修改变更余额
|