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()); } /**