From 85888d79f886728e6e4daa67a41f6b54d69085d9 Mon Sep 17 00:00:00 2001 From: zhuyiyi <649091362@qq.com> Date: Mon, 23 Mar 2026 18:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A0=E7=89=A9uv=E8=B5=B7?= =?UTF-8?q?=E6=AD=A5=E4=BB=B7=E3=80=82=E4=BF=AE=E6=94=B9=E6=89=8B=E6=8F=90?= =?UTF-8?q?=E8=A2=8B=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/lingtao/net/service/ProductService.java | 2 +- src/main/webapp/views/product/handBag.jsp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/lingtao/net/service/ProductService.java b/src/main/java/lingtao/net/service/ProductService.java index cc5e458..9b2dd99 100644 --- a/src/main/java/lingtao/net/service/ProductService.java +++ b/src/main/java/lingtao/net/service/ProductService.java @@ -2699,7 +2699,7 @@ public class ProductService { } if ("宠物转印贴".equals(dto.getKind())) { for (Product product : priceList) { - product.setPrice(Math.ceil(product.getPrice() * 1.3)); + product.setPrice(Math.ceil(product.getPrice() == 50 ? product.getPrice() : product.getPrice() * 1.3)); } } // double base = number < 6 && number > 1 ? 5 : 0; diff --git a/src/main/webapp/views/product/handBag.jsp b/src/main/webapp/views/product/handBag.jsp index 5bb8b33..a559e00 100644 --- a/src/main/webapp/views/product/handBag.jsp +++ b/src/main/webapp/views/product/handBag.jsp @@ -339,7 +339,7 @@ - + @@ -356,7 +356,7 @@ } //礼品购物 if (data.value == 3) { - html = ` + html = `