mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 15:43:27 +08:00
修复拼团针对同一个商品设置多个拼团规则时,金额计算错误的问题
This commit is contained in:
@@ -30,8 +30,9 @@ namespace CoreCms.Net.IServices
|
||||
/// 取购物车数据的时候,更新价格
|
||||
/// </summary>
|
||||
/// <param name="list"></param>
|
||||
/// <param name="ruleId">规则序列</param>
|
||||
/// <returns></returns>
|
||||
WebApiCallBack PinTuanInfo(List<CartProducts> list);
|
||||
WebApiCallBack PinTuanInfo(List<CartProducts> list, int ruleId);
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user