|
|
@@ -570,12 +570,12 @@ public class ProductService {
|
|
|
priceList = new PriceUtils().getShkPrice(size, count, number);
|
|
|
} else if ("10".equals(dto.getKind())) {// 吸管套
|
|
|
int min = getNum(length, width);
|
|
|
- if (min > 1) {
|
|
|
+// if (min > 1) {
|
|
|
String[] xgtCraft = {"模切"};
|
|
|
dto.setCraft(xgtCraft);
|
|
|
priceList = getHekaPrice(min, dto, priceList, count);
|
|
|
getCraft(dto, priceList, length * 10, width * 10, min);
|
|
|
- } else {
|
|
|
+ /*} else {
|
|
|
if ("6.5*5.4".equals(dto.getSize())) {
|
|
|
dto.setKindValue("0");
|
|
|
dto.setKind1Value("0");
|
|
|
@@ -591,7 +591,7 @@ public class ProductService {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ }*/
|
|
|
/*
|
|
|
* if (priceList.size() >= 4) { priceList = priceList.subList(0, 4); }
|
|
|
*/
|