| | |
| | | * @return
|
| | | */
|
| | | List<CollectionGoodsV2> selectByUidOrderByCreateTimeDesc(@Param("uid") Long uid, @Param("start") long start,
|
| | | @Param("count") int count, @Param("source")Integer source);
|
| | | @Param("count") int count, @Param("source")Integer source, @Param("notBackSuVip") boolean notBackSuVip);
|
| | |
|
| | | /**
|
| | | * 获取收藏的数量
|
| | |
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | long selectCountByUid(@Param("uid") Long uid, @Param("source")Integer source);
|
| | | long selectCountByUid(@Param("uid") Long uid, @Param("source")Integer source, @Param("notBackSuVip") boolean notBackSuVip);
|
| | |
|
| | |
|
| | | /**
|