1
This commit is contained in:
@@ -89,7 +89,7 @@ public interface OrderRowsMapper
|
||||
public List<OrderRows> selectOrderRowsByGiftCouponKey(@Param("giftCouponKey") String giftCouponKey);
|
||||
|
||||
/**
|
||||
* 根据订单号查询(匹配子单号或父单号)
|
||||
* 根据订单号查询(匹配子单号 order_id 或父单号 parent_id)
|
||||
*/
|
||||
public List<OrderRows> selectOrderRowsByOrderNo(@Param("orderNo") String orderNo);
|
||||
}
|
||||
|
||||
@@ -74,7 +74,7 @@ public interface IOrderRowsService
|
||||
public OrderRows selectOrderRowsByOrderId(String orderId);
|
||||
|
||||
/**
|
||||
* 根据订单号查询(匹配子单号或父单号)
|
||||
* 根据订单号查询(匹配子单号 order_id 或父单号 parent_id)
|
||||
*/
|
||||
public List<OrderRows> selectOrderRowsByOrderNo(String orderNo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user