修改烫画,pvc卡片,pvc不干胶
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user