| | |
| | | package com.yeshi.fanli.dao.mybatis.taobao; |
| | | |
| | | import java.util.List; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import com.yeshi.fanli.entity.taobao.TaoBaoWeiQuanDrawBack; |
| | |
| | | * @param hongBaoId |
| | | * @return |
| | | */ |
| | | TaoBaoWeiQuanDrawBack selectByOrderItemIdAndUid(@Param("orderItemId") String orderItemId, |
| | | @Param("uid") Long uid); |
| | | TaoBaoWeiQuanDrawBack selectByOrderItemIdAndUid(@Param("orderItemId") String orderItemId, @Param("uid") Long uid); |
| | | |
| | | /** |
| | | * 根据子订单号查询 |
| | | * |
| | | * @param orderItemId |
| | | * @return |
| | | */ |
| | | List<TaoBaoWeiQuanDrawBack> selectByOrderItemId(String orderItemId); |
| | | } |