public interface ShipmentPaymentLogDubboService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
drawMoney(ShipmentPaymentLog log)
领款
|
List<ShipmentPaymentLog> |
findByInvoiceBaseId(Integer invoiceBaseId)
根据发票资料id查询领款日志
|
List<ShipmentPaymentLog> |
findByUniqueId(String uniqueId)
根据唯一id查询领款日志
|
List<ShipmentPaymentLog> |
findByUniqueIds(List<String> uniqueIds)
根据唯一id查询领款日志
|
Integer |
findInvoiceBaseIdByIds(List<Integer> ids)
根据id查询发票资料id
|
Map<Integer,Integer> |
findInvoiceBaseIdByOrderIds(List<Integer> orderIds)
查询发票资料id
|
List<Integer> |
findOrderIdsByInvoiceBaseId(Integer invoiceBaseId)
根据发票资料id查询订单id
|
List<String> |
findOrderNosByInvoiceBaseId(Integer invoiceBaseId)
根据发票资料id查询订单编号
|
List<ShipmentPaymentLogVO> |
findPaymentLogInvoiceList(List<Integer> orderIds)
根据订单id查询领款日志
|
void |
openInvoiceSuccess(List<ShipmentPaymentLog> shipmentPaymentLogs)
开票成功
|
void |
rollback(Integer id)
回滚
|
void |
updateOpenInvoiceByIds(List<Integer> ids,
Integer openInvoice)
更新开票状态
|
List<ShipmentPaymentLog> findByUniqueId(String uniqueId)
uniqueId - uniqueIdShipmentPaymentLogList<ShipmentPaymentLog> findByUniqueIds(List<String> uniqueIds)
uniqueIds - uniqueIdShipmentPaymentLogvoid drawMoney(ShipmentPaymentLog log)
log - ShipmentPaymentLogvoid rollback(Integer id)
id - idvoid updateOpenInvoiceByIds(List<Integer> ids, Integer openInvoice)
ids - idopenInvoice - 开票状态void openInvoiceSuccess(List<ShipmentPaymentLog> shipmentPaymentLogs)
shipmentPaymentLogs - ShipmentPaymentLogList<Integer> findOrderIdsByInvoiceBaseId(Integer invoiceBaseId)
invoiceBaseId - 发票资料idList<ShipmentPaymentLog> findByInvoiceBaseId(Integer invoiceBaseId)
invoiceBaseId - 发票资料idShipmentPaymentLogList<ShipmentPaymentLogVO> findPaymentLogInvoiceList(List<Integer> orderIds)
orderIds - 订单idShipmentPaymentLogVOList<String> findOrderNosByInvoiceBaseId(Integer invoiceBaseId)
invoiceBaseId - 发票资料idInteger findInvoiceBaseIdByIds(List<Integer> ids)
ids - idCopyright © 2025 Pivotal Software, Inc.. All rights reserved.