mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:53:27 +08:00
【优化】优化售后单数量统计规则。
This commit is contained in:
@@ -33,13 +33,14 @@ namespace CoreCms.Net.IServices
|
||||
WebApiCallBack OrderToAftersales(string orderId, int aftersaleLevel = 0);
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 统计用户的售后数量
|
||||
/// </summary>
|
||||
/// <param name="userId"></param>
|
||||
/// <param name="status"></param>
|
||||
/// <param name="whereExpression"></param>
|
||||
/// <param name="noLock"></param>
|
||||
/// <returns></returns>
|
||||
Task<int> GetUserAfterSalesNum(int userId, int status);
|
||||
Task<int> GetUserAfterSalesNum(Expression<Func<CoreCmsBillAftersales, bool>> whereExpression, bool noLock = false);
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user