update添加在途金额字段

This commit is contained in:
Guoqs
2025-10-15 16:06:31 +08:00
parent 8fa310acf8
commit 7ccdba8a4c
2 changed files with 2 additions and 2 deletions

View File

@@ -687,7 +687,7 @@ public class AdapayService {
log.info("==查询提现在途金额param:{}, result:{}", JSON.toJSONString(withdrawInfoVOS), JSON.toJSONString(pendingAmount));
if (CollectionUtils.isNotEmpty(withdrawInfoVOS)) {
pendingAmount = withdrawInfoVOS.stream()
.filter(item -> "pending".equals(item.getStatusDesc()))
.filter(item -> Constants.ZERO.equals(item.getStatusDesc()))
.map(WithdrawInfoVO::getCashAmt)
.reduce(BigDecimal.ZERO, BigDecimal::add);
}

View File

@@ -17,7 +17,7 @@ public class WithdrawInfoVO {
// 提现编号
private String withdrawCode;
// 提现状态描述
// 提现状态描述 (0-处理中1-已提现)
private String statusDesc;
// 申请时间