From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 25 二月 2025 16:41:22 +0800
Subject: [PATCH] 淘宝转链接口更新

---
 fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/CollectionGoodsV2Mapper.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/CollectionGoodsV2Mapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/CollectionGoodsV2Mapper.java
index b535914..adea77c 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/goods/CollectionGoodsV2Mapper.java
+++ b/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,8 +46,9 @@
 	 * @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);
 
+	
 	/**
 	 * 鏍规嵁鐢ㄦ埛ID,鍟嗗搧ID锛屽晢鍝佺被鍨嬫煡璇㈠晢鍝�
 	 * 
@@ -67,7 +68,7 @@
 	 * @param goodsId
 	 * @return
 	 */
-	CollectionGoodsV2 selectByUidAndGoodsType(@Param("uid") Long uid, @Param("goodsId") Long goodsId,
+	CollectionGoodsV2 selectByUidAndGoodsType(@Param("uid") Long uid, @Param("goodsId") String goodsId,
 			@Param("goodsType") Integer goodsType);
 
 	/**

--
Gitblit v1.8.0