修改香薰卡尺寸,新增杯垫材质

This commit is contained in:
2025-12-16 10:12:15 +08:00
parent 69da79dd9c
commit b6c8ccb6cc
3 changed files with 258 additions and 15 deletions
@@ -281,7 +281,9 @@ public class ProductService {
width = Math.abs(width);
size = other_size;
}
if ("杯垫".equals(proType) && "13".equals(dto.getKindValue())) {
proType = "香薰卡";
}
// 返回的价格集合
List<Product> priceList = new ArrayList<Product>();
switch (proType) {
@@ -5264,8 +5266,8 @@ public class ProductService {
base_price = 35;
min_price = 60;
}
width = width + 4;
length = length + 4;
width = width * 10 + 4;
length = length * 10 + 4;
double max = 1;