Commit ec070bc3 by ping.wu

新算价参数赋值

parent 8eb89d49
......@@ -111,7 +111,7 @@ public class CalculationSharingDiscountService {
checkSpqInfo = couponService.checkSpqInfo(checkSpqInfoRequestDto, cartGoods.getSkuId());
viewProductName = true;
} else {
checkSpqInfo = couponService.checkSpqInfo(checkSpqInfoRequestDto,null);
checkSpqInfo = couponService.checkSpqInfo(checkSpqInfoRequestDto,cartGoods.getSkuId());
}
if (null == checkSpqInfo) {
cartGoodsList.remove(i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment