public interface InvoiceDetailDubboService
| 限定符和类型 | 方法和说明 |
|---|---|
List<InvoiceDetailDTO> |
findByOrderIds(List<Integer> orderIds)
根据订单id查询服务订单和承运订单发票
|
List<InvoiceDetailDTO> |
findByUniqueId(String uniqueId)
根据uniqueId查询发票
|
String |
findInvoiceUrlByOrderIdAndPlatformType(Integer orderId,
Integer platformType,
Integer paymentLogId)
根据订单id和平台类型查询发票url
|
String findInvoiceUrlByOrderIdAndPlatformType(Integer orderId, Integer platformType, Integer paymentLogId)
orderId - 订单idplatformType - 1 销售订单 2 水电订单 3 承运订单List<InvoiceDetailDTO> findByUniqueId(String uniqueId)
uniqueId - uniqueIdInvoiceDetailDTOList<InvoiceDetailDTO> findByOrderIds(List<Integer> orderIds)
orderIds - 订单idInvoiceDetailDTOCopyright © 2026 Pivotal Software, Inc.. All rights reserved.