From 20e61c01fd824f273ac924f0abcf263be51e7317 Mon Sep 17 00:00:00 2001 From: zhuyiyi <649091362@qq.com> Date: Fri, 29 Aug 2025 16:02:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=83=B6=E5=B8=A6=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/lingtao/net/service/ProductService.java | 4 ++-- src/main/webapp/views/product/tape.jsp | 2 +- 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 af179ac..e93efe0 100644 --- a/src/main/java/lingtao/net/service/ProductService.java +++ b/src/main/java/lingtao/net/service/ProductService.java @@ -4714,7 +4714,7 @@ public class ProductService { {120, 180, 266, 595}, {130, 203, 290, 648}, }; - int[] count_list = new int[]{12, 20, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000}; + int[] count_list = new int[]{10, 20, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000}; double[] lengths = {1.2, 1.5, 1.8, 2, 2.4}; if ("2".equals(dto.getKind())) { prices = new double[][]{ @@ -4733,7 +4733,7 @@ public class ProductService { {100, 168, 230, 251, 550}, {110, 175, 250, 275, 564}, }; - count_list = new int[]{12, 20, 30, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000}; + count_list = new int[]{10, 20, 30, 40, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000}; } List list = new ArrayList<>(); double last_price = 0; diff --git a/src/main/webapp/views/product/tape.jsp b/src/main/webapp/views/product/tape.jsp index aa5fcbf..301413e 100644 --- a/src/main/webapp/views/product/tape.jsp +++ b/src/main/webapp/views/product/tape.jsp @@ -43,7 +43,7 @@