This commit is contained in:
van
2026-04-11 22:47:16 +08:00
parent 94f319514e
commit 52b8f13b2d
5 changed files with 117 additions and 12 deletions

View File

@@ -43,6 +43,11 @@ public interface IJDOrderService {
/** 根据第三方单号查询订单 */
JDOrder selectJDOrderByThirdPartyOrderNo(String thirdPartyOrderNo);
/**
* 按订单号或客户/第三方单号(与表 jd_order.order_id、third_party_order_no 完全匹配)
*/
JDOrder selectJDOrderByOrderIdOrThirdPartyOrderNo(String orderKey);
/** 批量删除根据主键ID */
int deleteJDOrderByIds(Long[] ids);