修改烫画,pvc卡片,pvc不干胶

This commit is contained in:
2025-08-12 16:55:08 +08:00
parent 47b15d5eef
commit 4affce1e71
4 changed files with 63 additions and 18 deletions
@@ -3564,7 +3564,7 @@ public class PriceUtils {
if (area < 7.5) {
basePrice = 90;
} else {
basePrice = 70;
basePrice = 88;
}
return Math.max(Math.ceil(area * basePrice), 50);
}