From a41b365dc442b8900dc8e32093f7a333c5e35063 Mon Sep 17 00:00:00 2001 From: bynt Date: Mon, 18 Jul 2022 19:37:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/system/service/impl/WeChatUserServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/WeChatUserServiceImpl.java b/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/WeChatUserServiceImpl.java index 0f36310e..a1619c26 100644 --- a/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/WeChatUserServiceImpl.java +++ b/manage/ad-platform-management/src/main/java/com/baiye/modules/system/service/impl/WeChatUserServiceImpl.java @@ -105,7 +105,7 @@ public class WeChatUserServiceImpl implements WeChatUserService { map.put("type", weChatFriendDTO.getType()); if (weChatFriendDTO.getType() == DefaultNumberConstants.ZERO_NUMBER - && StringUtils.isNotBlank(weChatFriendDTO.getTagetWxId())) { + && StringUtils.isBlank(weChatFriendDTO.getTagetWxId())) { Clue body = sourceClueClient.queryDetails (Long.parseLong(weChatFriendDTO.getClueId())).getBody(); tagetWxId = body.getNid();