Commit 97ea4a0a by fudahua

好友new

parent c725242f
......@@ -91,7 +91,7 @@ public class FriendSyncNewOperation implements BaseSyncOperation {
externalUserDTO.setUnionId(selfUserData.getUnionId());
//序列化数据
String ret = dealMerge(externalUserDTO, dataPre);
if (StringUtils.isBlank(ret)) {
if (StringUtils.isNotBlank(ret)) {
logger.info("好友创建失败:{},{}", ret, JSONObject.toJSONString(externalUserDTO));
dealFlag = false;
reason = ret + ":" + relationKey;
......
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