Commit d97839a2 by fudahua

导购刷新好友超时时间

parent 1620d707
...@@ -96,6 +96,7 @@ public class FriendSyncNewOperation implements BaseSyncOperation { ...@@ -96,6 +96,7 @@ public class FriendSyncNewOperation implements BaseSyncOperation {
logger.info("好友创建失败:{},{}", ret, JSONObject.toJSONString(externalUserDTO)); logger.info("好友创建失败:{},{}", ret, JSONObject.toJSONString(externalUserDTO));
dealFlag = false; dealFlag = false;
reason = ret + ":" + relationKey; reason = ret + ":" + relationKey;
return;
} }
//更新状态 //更新状态
......
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