From 8ff615f90d5f80dc4a54acf7d3e74d50ecf7aa5e Mon Sep 17 00:00:00 2001 From: Guoqs Date: Sat, 20 Apr 2024 17:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zhongdianlian/service/ZhongDianLianPlatformServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/zhongdianlian/service/ZhongDianLianPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/zhongdianlian/service/ZhongDianLianPlatformServiceImpl.java index 3be752990..65f717d68 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/zhongdianlian/service/ZhongDianLianPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/zhongdianlian/service/ZhongDianLianPlatformServiceImpl.java @@ -36,7 +36,7 @@ public class ZhongDianLianPlatformServiceImpl implements ThirdPartyPlatformServi @Override public void printServiceName() { - System.out.println("当前类名:" + this.getClass().getSimpleName()); + // System.out.println("当前类名:" + this.getClass().getSimpleName()); } /**