修改代码

master
bynt 2 years ago
parent 983049db8c
commit a41b365dc4

@ -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();

Loading…
Cancel
Save