mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【修复】修复商品下架或者删除后,【我的足迹】统计数据及列表不准确的问题。
【修复】修复商品下架或者删除后,【我的收藏】统计数据及列表不准确的问题。
This commit is contained in:
@@ -23,6 +23,15 @@ namespace CoreCms.Net.IServices
|
||||
/// </summary>
|
||||
public interface ICoreCmsGoodsCollectionServices : IBaseServices<CoreCmsGoodsCollection>
|
||||
{
|
||||
/// <summary>
|
||||
/// 根据用户序列获取用户的收藏
|
||||
/// </summary>
|
||||
/// <param name="userId"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
Task<int> GetUserCountAsync(int userId);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 检查是否收藏了此商品
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user