Commit 3f86c03d by 墨竹

fix:格式化代码

parent 7d561d40
......@@ -369,7 +369,8 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
log.info("不同开平,欢迎页面:");
addFriendByWelcome(dto, staffClerkRelationDTO);
return;
} else {
}
log.info("同一开平,创建关联关系...");
String unionId = dto.getUnionid();
if (unionId == null) {
......@@ -444,7 +445,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
pushTagSync(memberId, wxEnterpriseId, enterpriseId);
//回调给会员,更新是否为企微好友
memberApiService.updateMemberQywxFlag(enterpriseId, memberId, 1);
}
}
......@@ -573,7 +574,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
}
List<WelcomeMediaBO> welcomeMediaList = welcomeDetailBO.getWelcomeMediaList();
log.info("欢迎语发送附件list:{}",JSON.toJSONString(welcomeMediaList));
log.info("欢迎语发送附件list:{}", JSON.toJSONString(welcomeMediaList));
if (CollectionUtils.isNotEmpty(welcomeMediaList)) {
for (WelcomeMediaBO welcomeMediaBO : welcomeMediaList) {
......@@ -1853,7 +1854,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
//重试5次
Integer currentTimes = Convert.toInt(RedisUtil.getCache(relationKey), 0);
if (currentTimes > MAX_TIMES) {
log.error("关注公共号-会员回调好办关联好友重试超过最大次数,relationKey:{}",relationKey);
log.error("关注公共号-会员回调好办关联好友重试超过最大次数,relationKey:{}", relationKey);
return;
}
GicMQClient clientInstance = GICMQClientUtil.getClientInstance();
......
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