|
@@ -2674,7 +2674,7 @@ public class ProductService {
|
|
|
price += Math.max(count * 0.2, 10);
|
|
price += Math.max(count * 0.2, 10);
|
|
|
}
|
|
}
|
|
|
price = price * number;//款数翻倍
|
|
price = price * number;//款数翻倍
|
|
|
- price = Math.max(price, 80);
|
|
|
|
|
|
|
+ price = Math.max(price, 60);
|
|
|
|
|
|
|
|
if (!StringUtils.isEmpty(dto.getSwitchz3Size())) {
|
|
if (!StringUtils.isEmpty(dto.getSwitchz3Size())) {
|
|
|
price += 100;
|
|
price += 100;
|