| | |
| | | List<CommonOrderVO> getOrderList(@Param("start") long start, @Param("count") int count, @Param("uid") Long uid, |
| | | @Param("state") Integer state, @Param("type") Integer type, @Param("orderState") Integer orderState, |
| | | @Param("orderNo") String orderNo, @Param("startTime") String startTime, @Param("endTime") String endTime, |
| | | @Param("day") Integer day, @Param("listSource") List<Integer> listSource, @Param("notBackSuVip") boolean notBackSuVip); |
| | | @Param("day") Integer day, @Param("listSource") List<Integer> listSource); |
| | | |
| | | /** |
| | | * 统计用户订单 并订单号分组 |
| | |
| | | long countOrderList(@Param("uid") Long uid, @Param("state") Integer state, @Param("type") Integer type, |
| | | @Param("orderState") Integer orderState, @Param("orderNo") String orderNo, |
| | | @Param("startTime") String startTime, @Param("endTime") String endTime, @Param("day") Integer day, |
| | | @Param("listSource") List<Integer> listSource, @Param("notBackSuVip") boolean notBackSuVip); |
| | | @Param("listSource") List<Integer> listSource); |
| | | |
| | | |
| | | /** |