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:
@@ -114,11 +114,11 @@ public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoServ
|
||||
}
|
||||
for (ClearingWithdrawInfo clearingWithdrawInfo : infoList) {
|
||||
String withdrawCode = clearingWithdrawInfo.getWithdrawCode();
|
||||
DrawCashDetailVO drawCashDetailVO = adapayService.queryDrawCashDetail(withdrawCode, wechatAppId);
|
||||
WithdrawInfoVO vo = new WithdrawInfoVO();
|
||||
vo.setMerchantId(merchantId);
|
||||
vo.setWithdrawCode(withdrawCode);
|
||||
vo.setApplicationTime(DateUtils.formatDateTime(clearingWithdrawInfo.getApplicationTime()));
|
||||
DrawCashDetailVO drawCashDetailVO = adapayService.queryDrawCashDetail(withdrawCode, wechatAppId);
|
||||
if (drawCashDetailVO != null) {
|
||||
vo.setStatusDesc(drawCashDetailVO.getStatusDesc());
|
||||
vo.setCashAmt(drawCashDetailVO.getCashAmt());
|
||||
|
||||
Reference in New Issue
Block a user