diff --git a/src/main/java/lingtao/net/service/ProductService.java b/src/main/java/lingtao/net/service/ProductService.java index e02cf48..38492ef 100644 --- a/src/main/java/lingtao/net/service/ProductService.java +++ b/src/main/java/lingtao/net/service/ProductService.java @@ -1139,6 +1139,9 @@ public class ProductService { if ("8*12".equals(dto.getToothpick_size())) { carft_base_price = 19; } + if ("11*18".equals(dto.getToothpick_size())) { + carft_base_price = 30; + } if ("17*6".equals(dto.getToothpick_size())) { carft_base_price = 30; } diff --git a/src/main/webapp/views/product/coupon.jsp b/src/main/webapp/views/product/coupon.jsp index c17a5d3..f9339f2 100644 --- a/src/main/webapp/views/product/coupon.jsp +++ b/src/main/webapp/views/product/coupon.jsp @@ -931,6 +931,7 @@ + diff --git a/src/main/webapp/views/product/handkerchiefPaper.jsp b/src/main/webapp/views/product/handkerchiefPaper.jsp index 027b72e..89a6cee 100644 --- a/src/main/webapp/views/product/handkerchiefPaper.jsp +++ b/src/main/webapp/views/product/handkerchiefPaper.jsp @@ -63,6 +63,16 @@ +
+