mybatis.xml
TeamMapper.xml
select id,name from t_player where tid=#{id}
select id,name from t_team where id=#{id}