This commit is contained in:
van
2026-04-10 01:00:10 +08:00
parent 52d0adfc85
commit 042068ccf1
5 changed files with 53 additions and 6 deletions

View File

@@ -42,6 +42,9 @@ public interface IErpGoofishOrderService {
*/
void notifyJdWaybillReady(Long jdOrderId);
/** 京东物流服务在写 Redis / 企微货主推送后、触发闲鱼同步前记一笔source=JD_LOGISTICS_PUSH。 */
void traceJdLogisticsPushForGoofish(Long jdOrderId, String waybillNo, String summary);
/** 订单状态 / 物流 / 发货 变更日志(新→旧) */
List<ErpGoofishOrderEventLog> listEventLogsByOrderId(Long orderId);