diff --git a/src/main/java/lingtao/net/service/ProductService.java b/src/main/java/lingtao/net/service/ProductService.java index ee8bb9a..23bc45a 100644 --- a/src/main/java/lingtao/net/service/ProductService.java +++ b/src/main/java/lingtao/net/service/ProductService.java @@ -6179,7 +6179,7 @@ public class ProductService { } if (!"特种纸名片".equals(dto.getProTypeValue()) && craftList.contains("圆角")) {// 特种纸名片工艺 for (Product product : priceList) { - product.setPrice(Math.ceil(product.getPrice() + (0.03 * product.getCount() > 30 ? 0.03 * product.getCount() : 30) * 1.5)); + product.setPrice(Math.ceil(product.getPrice() + (0.03 * product.getCount() > 10 ? 0.03 * product.getCount() : 10))); } } else if (craftList.contains("烫金/")) { for (Product product : priceList) { diff --git a/src/main/webapp/views/product/coupon.jsp b/src/main/webapp/views/product/coupon.jsp index 808bc28..3f36bd2 100644 --- a/src/main/webapp/views/product/coupon.jsp +++ b/src/main/webapp/views/product/coupon.jsp @@ -229,7 +229,7 @@