1
This commit is contained in:
@@ -83,6 +83,14 @@ public interface FavoriteProductMapper
|
||||
*/
|
||||
public int updateTopStatus(FavoriteProduct favoriteProduct);
|
||||
|
||||
/**
|
||||
* 更新发品信息
|
||||
*
|
||||
* @param favoriteProduct 常用商品
|
||||
* @return 结果
|
||||
*/
|
||||
public int updateProductInfo(FavoriteProduct favoriteProduct);
|
||||
|
||||
/**
|
||||
* 查询用户的常用商品列表(按置顶和排序权重排序)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user