select u.id,u.username,u.useraddress from test_user u where u.id=#{id} select id,title,content from test_article where id = #{ID}