修改种子纸起步价

This commit is contained in:
2025-07-15 16:49:20 +08:00
parent 0b32680c8c
commit 0692552d36
@@ -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;