public interface InvoiceDubboService
| 限定符和类型 | 方法和说明 |
|---|---|
com.github.pagehelper.PageInfo<OrderInvoiceVO> |
findExhibitOrderInvoicePage(ExhibitOrderInvoiceDTO exhibitOrderInvoiceDTO)
查询水电订单和承运订单开票列表
|
Invoice |
findInvoice(Integer invoiceBaseId)
查询发票资料
|
Invoice |
findInvoice(Integer id,
Integer platformType)
查询发票资料
|
List<OrderInvoiceVO> |
findInvoiceExcelList(ExhibitOrderInvoiceDTO exhibitOrderInvoiceDTO)
查询导出发票列表
|
List<PaymentDetailLog> |
findInvoiceListByOrderNo(List<String> orderNos)
根据订单号查询水电订单或承运订单的领款日志
|
List<PaymentDetailLog> |
findOpenInvoiceList(String uniqueId)
查询发票列表
|
ServiceOrderInvoice |
findServiceOrderInvoiceByOrderId(Integer orderId)
查询服务订单发票信息
|
void |
saveInvoice(Invoice invoice)
保存发票申请信息
|
void |
updateInvoice(Invoice invoice)
更新发票申请信息
|
void |
urgentInvoice(Integer orderId,
Integer platformType,
String openId,
Integer invoiceBaseId)
催开发票
|
List<PaymentDetailLog> findOpenInvoiceList(String uniqueId)
uniqueId - uniqueIdPaymentDetailLogInvoice findInvoice(Integer id, Integer platformType)
id - 领款日志idplatformType - 订单类型Invoicevoid urgentInvoice(Integer orderId, Integer platformType, String openId, Integer invoiceBaseId)
orderId - 订单idplatformType - 1 销售 2 水电 3 承运openId - 易展通openidinvoiceBaseId - 发票idList<PaymentDetailLog> findInvoiceListByOrderNo(List<String> orderNos)
orderNos - 订单号PaymentDetailLogcom.github.pagehelper.PageInfo<OrderInvoiceVO> findExhibitOrderInvoicePage(ExhibitOrderInvoiceDTO exhibitOrderInvoiceDTO)
exhibitOrderInvoiceDTO - ExhibitOrderInvoiceDTOOrderInvoiceVOServiceOrderInvoice findServiceOrderInvoiceByOrderId(Integer orderId)
orderId - 订单idServiceOrderInvoiceList<OrderInvoiceVO> findInvoiceExcelList(ExhibitOrderInvoiceDTO exhibitOrderInvoiceDTO)
exhibitOrderInvoiceDTO - ExhibitOrderInvoiceDTOCopyright © 2025 Pivotal Software, Inc.. All rights reserved.