Commit f0b8ee09 by fudahua

会员标签同步-好友打标签同步

parent 9bc5f3b4
......@@ -693,6 +693,7 @@ public class QywxTagApiServiceImpl implements QywxTagApiService {
List<String> hasSaveMemberId = new ArrayList<>();
for (TabHaobanExternalClerkRelated clerkRelated : clerkRelateds) {
logger.info("需要处理的好友:{}", JSONObject.toJSONString(clerkRelated));
//该会员在该企业已经同步 无需同步
if (hasSaveMemberId.contains(clerkRelated.getMemberId())) {
continue;
......
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