Explorar o código

为配置账户提示修改

24282 %!s(int64=2) %!d(string=hai) anos
pai
achega
23fe413182

+ 1 - 1
hx-account/src/main/java/com/fjhx/account/service/account/impl/AccountRunningWaterServiceImpl.java

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