mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 用户总余额字段名
This commit is contained in:
@@ -2165,7 +2165,7 @@ public class SpringBootTestController {
|
||||
if (memberVO == null) {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_GET_MEMBER_ACCOUNT_AMOUNT_ERROR);
|
||||
}
|
||||
BigDecimal totalAccountAmount = memberVO.getTotalAccountAmount();
|
||||
BigDecimal totalAccountAmount = memberVO.getTotalBalance();
|
||||
if (totalAccountAmount.compareTo(BigDecimal.ZERO) <= 0) {
|
||||
throw new BusinessException(ReturnCodeEnum.CODE_BALANCE_IS_INSUFFICIENT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user