mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:23:26 +08:00
【优化】优化分销商升级策略。
This commit is contained in:
@@ -58,6 +58,15 @@ namespace CoreCms.Net.IRepository
|
||||
int GetOrderNum(int userId, int goodId);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 根据用户id和商品id获取下了多少订单
|
||||
/// </summary>
|
||||
/// <param name="userId"></param>
|
||||
/// <param name="goodId"></param>
|
||||
/// <param name="orderStatus">状态</param>
|
||||
/// <returns></returns>
|
||||
int GetOrderNum(int userId, int goodId, int orderStatus);
|
||||
|
||||
/// <summary>
|
||||
/// 重写根据条件列表数据
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user