帆布新增旗杆

This commit is contained in:
2026-03-31 14:37:41 +08:00
parent f8374b1be3
commit 64e2c7062d
3 changed files with 357 additions and 317 deletions
@@ -3692,7 +3692,7 @@ public class PriceUtils {
if (area < 7.5) {
basePrice = 90;
} else {
basePrice = 70;
basePrice = 80;
}
return Math.max(Math.ceil(area * basePrice * 1.2), 50);