|
@@ -186,8 +186,8 @@ public class PriceUtilService {
|
|
|
// 单品优惠价的时候,取当前sku的touchprice
|
|
|
Double touchPrice = priceMapper.getTouchPriceBySku(s.getSkuId(), promotions.getId());
|
|
|
s.setPrice(touchPrice);
|
|
|
- price.setPrice(skus.get(0).getTouchPrice());
|
|
|
- promotions.setTouchPrice(skus.get(0).getTouchPrice());
|
|
|
+ price.setPrice(touchPrice);
|
|
|
+ promotions.setTouchPrice(touchPrice);
|
|
|
}
|
|
|
price.setPromotions(promotions);
|
|
|
} else {
|