mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-16 13:19:57 +08:00
返回支付id
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -147,6 +147,7 @@ public class SettleOrderReportServiceImpl implements SettleOrderReportService {
|
|||||||
}
|
}
|
||||||
vo.setWithdrawStatus(withdrawStatus);
|
vo.setWithdrawStatus(withdrawStatus);
|
||||||
}
|
}
|
||||||
|
vo.setPaymentId(clearingBillVO.getPaymentId());
|
||||||
resultList.add(vo);
|
resultList.add(vo);
|
||||||
}
|
}
|
||||||
PageResponse pageResponse = new PageResponse();
|
PageResponse pageResponse = new PageResponse();
|
||||||
|
|||||||
@@ -23,6 +23,11 @@ public class OrderSettleDetailVO {
|
|||||||
*/
|
*/
|
||||||
private BigDecimal settleAmount;
|
private BigDecimal settleAmount;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 支付id
|
||||||
|
*/
|
||||||
|
private String paymentId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 清分状态
|
* 清分状态
|
||||||
* 0-未清分;1-已清分
|
* 0-未清分;1-已清分
|
||||||
|
|||||||
Reference in New Issue
Block a user