| | |
| | |
|
| | | import com.yeshi.fanli.dao.BaseMapper;
|
| | | import com.yeshi.fanli.entity.order.CommonOrder;
|
| | | import com.yeshi.fanli.entity.order.ESOrder;
|
| | | import com.yeshi.fanli.vo.order.CommonOrderVO;
|
| | | import com.yeshi.fanli.vo.order.OrderCountVO;
|
| | |
|
| | |
| | | * @return
|
| | | */
|
| | | long count24HValidOrderByUid(@Param("uid") Long uid, @Param("minTime") Date minTime);
|
| | | |
| | | |
| | | /**
|
| | | * 搜索订单
|
| | | * @param start
|
| | | * @param count
|
| | | * @param uid
|
| | | * @param list
|
| | | * @return
|
| | | */
|
| | | List<CommonOrderVO> searchOrderByUid(@Param("start") long start, @Param("count") int count, @Param("uid") Long uid,
|
| | | @Param("list")List<ESOrder> list);
|
| | |
|
| | | |
| | | /**
|
| | | * 搜索订单
|
| | | * @param start
|
| | | * @param count
|
| | | * @param uid
|
| | | * @param list
|
| | | * @return
|
| | | */
|
| | | long countSearchOrderByUid(@Param("uid") Long uid, @Param("list")List<ESOrder> list);
|
| | |
|
| | | } |