Commit 75ca7b4c authored by 技术部-任文超's avatar 技术部-任文超

添加log

parent bd6fdd29
......@@ -615,6 +615,7 @@ public class InnerController implements IBaseController {
return JsonResult.buildErrorStateResult("userId不能为空", null);
}
WechatUserInfo wechatUserInfo = wechatService.queryByUserId(userId);
LOGGER.info("根据用户userId查询:微信关联:openId:userId:{},WechatUserInfo:{}", wechatUserInfo);
if (wechatUserInfo == null) {
return JsonResult.buildErrorStateResult(null, null);
}
......
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