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