|
@@ -1304,7 +1304,7 @@ public class CartClubServiceImpl implements CartClubService {
|
|
|
if (null != totalProductList) {
|
|
|
for (CartItemVo cart :totalProductList) {
|
|
|
if (7881 == cart.getProductId()) {
|
|
|
- if (cart.getNumber() >= 10) {
|
|
|
+ if (cart.getNumber() >= 100) {
|
|
|
coldChain = 0.00d;
|
|
|
} else {
|
|
|
coldChain = 700.00d;
|
|
@@ -1999,7 +1999,7 @@ public class CartClubServiceImpl implements CartClubService {
|
|
|
if (0 != organizeId) {
|
|
|
double coldChain = 0.00d;
|
|
|
if (7881 == cartDto.getProductId()) {
|
|
|
- if (cartDto.getProductCount() >= 10) {
|
|
|
+ if (cartDto.getProductCount() >= 100) {
|
|
|
coldChain = 0.00d;
|
|
|
} else {
|
|
|
coldChain = 700.00d;
|