返回支付id

This commit is contained in:
Guoqs
2024-06-04 14:16:08 +08:00
parent a4c0175e19
commit a66e42f768
3 changed files with 778 additions and 277 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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();

View File

@@ -23,6 +23,11 @@ public class OrderSettleDetailVO {
*/ */
private BigDecimal settleAmount; private BigDecimal settleAmount;
/**
* 支付id
*/
private String paymentId;
/** /**
* 清分状态 * 清分状态
* 0-未清分1-已清分 * 0-未清分1-已清分