yujian
2020-05-23 28cf328a098334b51a3e9d2d56f983fb8c862211
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/CollectionGoodsV2Mapper.java
@@ -38,7 +38,7 @@
    * @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);
   /**
    * 获取收藏的数量
@@ -46,7 +46,7 @@
    * @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);
   
   /**