MyBatis 实现多表查询一、多对一查询数据库的准备创建两张表,一张老师表, ... <select id="getStudent" resultMap="StudentTeacher"> select * from ...
確定! 回上一頁