|
@@ -164,9 +164,9 @@ public class CartSellerServiceImpl implements CartSellerService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- // 再来一单的商品
|
|
|
+ // 再来一单的商品前端默认勾选
|
|
|
if (againBuyIdList.contains(cartItemVo.getProductId())) {
|
|
|
- cartItemVo.setIsChecked(false);
|
|
|
+ cartItemVo.setIsChecked(true);
|
|
|
}
|
|
|
// 该供应商下价格累加
|
|
|
shopPrice.set(MathUtil.add(shopPrice, MathUtil.mul(cartItemVo.getNumber(), cartItemVo.getPrice())).doubleValue());
|