From 54d6e6e885da64d7f1183b2ff1afcf47f97f372e Mon Sep 17 00:00:00 2001 From: Jack <46790855@qq.com> Date: Tue, 14 Oct 2025 17:20:31 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=AE=A2=E5=8D=95=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shop/order/service/impl/ShopOrderBaseServiceImpl.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mall-shop/src/main/java/com/suisung/mall/shop/order/service/impl/ShopOrderBaseServiceImpl.java b/mall-shop/src/main/java/com/suisung/mall/shop/order/service/impl/ShopOrderBaseServiceImpl.java index 885a735e..1ae5359f 100644 --- a/mall-shop/src/main/java/com/suisung/mall/shop/order/service/impl/ShopOrderBaseServiceImpl.java +++ b/mall-shop/src/main/java/com/suisung/mall/shop/order/service/impl/ShopOrderBaseServiceImpl.java @@ -6529,11 +6529,7 @@ public class ShopOrderBaseServiceImpl extends BaseServiceImpl 100) { - firstProductName = firstProductName.substring(0, 100); - } + firstProductName = StrUtil.subPre(StrUtil.trim(firstProductName), 100); product_item_name = firstProductName + "等商品"; } }