提交 ff0f0757 作者: xiaowang

提现列表金额返回

上级 74bd25e7
...@@ -101,7 +101,7 @@ public class XzWithdrawalApplyDO implements Serializable { ...@@ -101,7 +101,7 @@ public class XzWithdrawalApplyDO implements Serializable {
} }
return UserBillingDetailVO.builder().userAccountId(userAccountId) return UserBillingDetailVO.builder().userAccountId(userAccountId)
.payNo(outerTradeNo).payTime(payTime).account(payAccount) .payNo(outerTradeNo).payTime(payTime).account(payAccount)
.name(name).id(id).cashAmtPaid(new BigDecimal(payAmount)).build(); .name(name).id(id).salaryAmtPaid(new BigDecimal(payAmount)).build();
} }
public WithdrawalApplyDTO buildWithdrawalApplyDTO() { public WithdrawalApplyDTO buildWithdrawalApplyDTO() {
......
...@@ -67,7 +67,8 @@ public class WithdrawalLogDO implements Serializable { ...@@ -67,7 +67,8 @@ public class WithdrawalLogDO implements Serializable {
this.typeName = WithdrawalMethod.TXSB.getName(); this.typeName = WithdrawalMethod.TXSB.getName();
} }
return UserBillingDetailVO.builder().id(id).userAccountId(userAccountId) return UserBillingDetailVO.builder().id(id).userAccountId(userAccountId)
.payMethod(payMethod).payTime(payTime).payNo(payNo).name(typeName).build(); .payMethod(payMethod).payTime(payTime).salaryAmtPaid(salaryFreeze == null ? salaryPaid : salaryFreeze)
.payNo(payNo).name(typeName).build();
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论