1
This commit is contained in:
@@ -79,4 +79,12 @@ public interface OrderRowsMapper
|
||||
* @return 京粉订单
|
||||
*/
|
||||
public OrderRows selectOrderRowsByOrderId(String orderId);
|
||||
|
||||
/**
|
||||
* 根据礼金Key查询订单列表
|
||||
*
|
||||
* @param giftCouponKey 礼金Key
|
||||
* @return 订单列表
|
||||
*/
|
||||
public List<OrderRows> selectOrderRowsByGiftCouponKey(@Param("giftCouponKey") String giftCouponKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user