现有两个表 user 表 和 VIPcard 表
UserVo user
VIPcardVo 中含有 UserVo user
select v from VIPCardVo v left join v.user u where u.user_id='';