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