This commit is contained in:
van
2026-05-09 01:31:01 +08:00
parent 6fb46cc203
commit e78cc67476
6 changed files with 240 additions and 36 deletions

View File

@@ -19,5 +19,10 @@ public interface ErpGoofishOrderMapper {
List<ErpGoofishOrder> selectPendingShip(@Param("statuses") List<Integer> statuses, @Param("limit") int limit);
/**
* 按闲鱼买家订单号(与 jd_order.third_party_order_no 对齐时)检索,用于京东运单就绪后补绑发货。
*/
List<ErpGoofishOrder> selectByGoofishOrderNo(@Param("orderNo") String orderNo);
int resetShipForRetry(@Param("id") Long id);
}