|
|
@@ -384,7 +384,7 @@ public class GoodsService {
|
|
|
ShoppingCart shoppingCart = shoppingCartRepo.findById(c).orElse(null);
|
|
|
if (ObjectUtil.isNotNull(shoppingCart)) {
|
|
|
//改价格
|
|
|
- shoppingCartService.calculatePrice(c, shoppingCart.getUserId(), orig.getMerchantId());
|
|
|
+ shoppingCartService.calculatePrice(c, orig.getMerchantId());
|
|
|
}
|
|
|
});
|
|
|
}
|