Commit 5a9a027e by fudahua

素材列表fix

parent 9198b035
......@@ -689,8 +689,8 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
} else {
externalUserDTO = this.getExternalUseridInfo(wxEnterpriseId, userId, dto.getExternalUserid());
}
checkQywxSettingApiService.saveFriendCallback(wxEnterpriseId, externalUserDTO, dto);
if (externalUserDTO == null) {
checkQywxSettingApiService.saveFriendCallback(wxEnterpriseId, externalUserDTO, dto);
log.info("【新增外部联系人回调】unionIdJson=null");
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment