|
@@ -1,12 +1,6 @@
|
|
|
package com.caimei.www.mapper;
|
|
|
|
|
|
import com.caimei.www.pojo.baike.*;
|
|
|
-import com.caimei.www.pojo.classify.Bigtype;
|
|
|
-import com.caimei.www.pojo.classify.SmallType;
|
|
|
-import com.caimei.www.pojo.order.CartItem;
|
|
|
-import com.caimei.www.pojo.page.Parameter;
|
|
|
-import com.caimei.www.pojo.page.ProductDetail;
|
|
|
-import com.caimei.www.pojo.page.ProductList;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
@@ -46,6 +40,6 @@ public interface BaikeDao {
|
|
|
|
|
|
List<BaikeProduct> getManualRecommendList(Integer productId);
|
|
|
|
|
|
- List<BaikeProduct> getAutoRecommendList(@Param("shopId") Integer shopId, @Param("typeId") Integer typeId, @Param("productId") Integer productId);
|
|
|
+ List<BaikeProduct> getAutoRecommendList(Integer publishSource, @Param("shopId") Integer shopId, @Param("typeId") Integer typeId, @Param("productId") Integer productId);
|
|
|
|
|
|
}
|