提交 2e3a0308 编写于 作者: zlt2000's avatar zlt2000

fix openId bug

上级 b231009a
......@@ -127,7 +127,7 @@ public class SysUserServiceImpl extends SuperServiceImpl<SysUserMapper, SysUser>
@Override
public SysUser selectByOpenId(String openId) {
List<SysUser> users = baseMapper.selectList(
new QueryWrapper<SysUser>().eq("openId", openId)
new QueryWrapper<SysUser>().eq("open_id", openId)
);
return getUser(users);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册