mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
update
This commit is contained in:
@@ -114,11 +114,11 @@ public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoServ
|
|||||||
}
|
}
|
||||||
for (ClearingWithdrawInfo clearingWithdrawInfo : infoList) {
|
for (ClearingWithdrawInfo clearingWithdrawInfo : infoList) {
|
||||||
String withdrawCode = clearingWithdrawInfo.getWithdrawCode();
|
String withdrawCode = clearingWithdrawInfo.getWithdrawCode();
|
||||||
DrawCashDetailVO drawCashDetailVO = adapayService.queryDrawCashDetail(withdrawCode, wechatAppId);
|
|
||||||
WithdrawInfoVO vo = new WithdrawInfoVO();
|
WithdrawInfoVO vo = new WithdrawInfoVO();
|
||||||
vo.setMerchantId(merchantId);
|
vo.setMerchantId(merchantId);
|
||||||
vo.setWithdrawCode(withdrawCode);
|
vo.setWithdrawCode(withdrawCode);
|
||||||
vo.setApplicationTime(DateUtils.formatDateTime(clearingWithdrawInfo.getApplicationTime()));
|
vo.setApplicationTime(DateUtils.formatDateTime(clearingWithdrawInfo.getApplicationTime()));
|
||||||
|
DrawCashDetailVO drawCashDetailVO = adapayService.queryDrawCashDetail(withdrawCode, wechatAppId);
|
||||||
if (drawCashDetailVO != null) {
|
if (drawCashDetailVO != null) {
|
||||||
vo.setStatusDesc(drawCashDetailVO.getStatusDesc());
|
vo.setStatusDesc(drawCashDetailVO.getStatusDesc());
|
||||||
vo.setCashAmt(drawCashDetailVO.getCashAmt());
|
vo.setCashAmt(drawCashDetailVO.getCashAmt());
|
||||||
|
|||||||
Reference in New Issue
Block a user