修改白胶价格

This commit is contained in:
2026-05-15 10:33:50 +08:00
parent e8a0669db7
commit 4a46014f91
2 changed files with 9 additions and 17 deletions
@@ -1044,20 +1044,6 @@ public class ProductService {
product.setPrice(product.getPrice() - 10);
}
}
for (int i = 0; i < dto.getCraft().length; i++) {
if ("模切".equals(dto.getCraft()[i])) {
dto.getCraft()[i] = "";
}
if ("双面覆哑膜".equals(dto.getCraft()[i])) {
dto.getCraft()[i] = "";
}
if ("压痕".equals(dto.getCraft()[i])) {
dto.getCraft()[i] = "";
}
if ("压点线".equals(dto.getCraft()[i])) {
dto.getCraft()[i] = "";
}
}
}
if ("1".equals(dto.getKind())) {
dto.setLengthTang(length);
@@ -6852,7 +6838,7 @@ public class ProductService {
}
private List<Product> getCheTiePrice(Product dto, double length, double width) {
double minPrice = 35;
double minPrice = 50;
length = length / 100;
width = width / 100;
double area = length * width;
@@ -6872,7 +6858,6 @@ public class ProductService {
}
//反光贴
if ("2".equals(dto.getKind())) {
minPrice = 30;
if (area <= 1) {
basePrice = 138;
} else if (area <= 2) {