帆布新增旗杆
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user