Commit 6be9f728 by 徐高华

log

parent 82221e5b
......@@ -155,7 +155,7 @@ public class WelcomeSendServiceImpl implements WelcomeSendService {
return;
}
// 内容
log.info("欢迎语发送={}", JSON.toJSONString(welcomeBO));
log.info("欢迎语发送{}={}", welcomeBO.getWelcomeId(), JSON.toJSONString(welcomeBO));
String content = welcomeBO.getWelcomeContent();
if (content.contains("<微信昵称>")) {
String nickName = this.getExternalUserName(qwDTO, externalUserId);
......
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