修改香薰卡尺寸,新增杯垫材质
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user