Цей коміт міститься в:
2025-03-05 09:44:31 +08:00
джерело 70e3764011
коміт 36e32b7c59
+3 -3
Переглянути файл
@@ -570,12 +570,12 @@ public class ProductService {
priceList = new PriceUtils().getShkPrice(size, count, number); priceList = new PriceUtils().getShkPrice(size, count, number);
} else if ("10".equals(dto.getKind())) {// 吸管套 } else if ("10".equals(dto.getKind())) {// 吸管套
int min = getNum(length, width); int min = getNum(length, width);
if (min > 1) { // if (min > 1) {
String[] xgtCraft = {"模切"}; String[] xgtCraft = {"模切"};
dto.setCraft(xgtCraft); dto.setCraft(xgtCraft);
priceList = getHekaPrice(min, dto, priceList, count); priceList = getHekaPrice(min, dto, priceList, count);
getCraft(dto, priceList, length * 10, width * 10, min); getCraft(dto, priceList, length * 10, width * 10, min);
} else { /*} else {
if ("6.5*5.4".equals(dto.getSize())) { if ("6.5*5.4".equals(dto.getSize())) {
dto.setKindValue("0"); dto.setKindValue("0");
dto.setKind1Value("0"); dto.setKind1Value("0");
@@ -591,7 +591,7 @@ public class ProductService {
} }
} }
} }
} }*/
/* /*
* if (priceList.size() >= 4) { priceList = priceList.subList(0, 4); } * if (priceList.size() >= 4) { priceList = priceList.subList(0, 4); }
*/ */