Commit 755b7660 authored by 技术部-任文超's avatar 技术部-任文超

修改log

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