|
@@ -368,10 +368,11 @@ public class TransferUtils {
|
|
|
throw new SystemException("账户余额不足");
|
|
throw new SystemException("账户余额不足");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ if (!enterAccountCard.getBalance().isEmpty()) {
|
|
|
|
|
+ enterAccountCard.setBalance(new BigDecimal(enterAccountCard.getBalance()).subtract(invAccountExcelApplyAmount).toString());
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
- if (enterAccountCard != null && !enterAccountCard.getBalance().isEmpty()) {
|
|
|
|
|
- enterAccountCard.setBalance(new BigDecimal(enterAccountCard.getBalance()).subtract(invAccountExcelApplyAmount).toString());
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return enterAccountCard;
|
|
return enterAccountCard;
|