修改双胶纸,新增车贴工艺

This commit is contained in:
2025-08-13 15:30:49 +08:00
parent 4affce1e71
commit ff33a1d1af
5 changed files with 65 additions and 47 deletions
@@ -3564,7 +3564,7 @@ public class PriceUtils {
if (area < 7.5) {
basePrice = 90;
} else {
basePrice = 88;
basePrice = 70;
}
return Math.max(Math.ceil(area * basePrice), 50);
}