修改香薰卡、冰箱贴尺寸

This commit is contained in:
2025-12-15 10:36:32 +08:00
parent 1c7a3def12
commit d7a0917083
3 changed files with 10 additions and 10 deletions
@@ -5091,7 +5091,7 @@ public class ProductService {
prices = new int[]{0, 1500, 1400, 1350, 1300, 1280, 1250, 1100, 1000, 950, 900, 850, 850, 850, 850, 850};
last_price = 850;
}
if ("4.6".equals(cailiao) && carft_list.contains("CNC")) {
if ("4.2".equals(cailiao) && carft_list.contains("CNC")) {
prices = new int[]{0, 1600, 1500, 1480, 1450, 1400, 1380, 1350, 1300, 1250, 1200, 1200, 1200, 1200, 1200, 1200};
last_price = 1200;
}
@@ -5264,8 +5264,8 @@ public class ProductService {
base_price = 35;
min_price = 60;
}
width = width * 10 + 4;
length = length * 10 + 4;
width = width + 4;
length = length + 4;
double max = 1;