From 78c51266b94b5ef463c02f898e1b4e454a5b0443 Mon Sep 17 00:00:00 2001 From: Tankaikai Date: Tue, 18 Mar 2025 11:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/czg/service/product/util/WxAccountUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cash-service/product-service/src/main/java/com/czg/service/product/util/WxAccountUtil.java b/cash-service/product-service/src/main/java/com/czg/service/product/util/WxAccountUtil.java index 1da76015b..6e8f2b9f7 100644 --- a/cash-service/product-service/src/main/java/com/czg/service/product/util/WxAccountUtil.java +++ b/cash-service/product-service/src/main/java/com/czg/service/product/util/WxAccountUtil.java @@ -103,7 +103,7 @@ public class WxAccountUtil { put("value", userName); }}); put("thing8", new HashMap() {{ - put("value", operationDesc); + put("value", StrUtil.sub(operationDesc,0,20)); }}); put("time21", new HashMap() {{ put("value", DateUtil.format(DateUtil.date(), "yyyy-MM-dd HH:mm:ss"));