引言
mybatis-plus小技能:多表查询【预备知识篇】https://blog.youkuaiyun.com/z929118967/article/details/128238681
内外连接:https://blog.youkuaiyun.com/z929118967/article/details/128377646
mybatis-plus小技能:多表查询【案例篇】https://blog.youkuaiyun.com/z929118967/article/details/129089081
I 多表查询
1.1 多表查询:在mapper.xml 写语句和拼接查询条件
在mapper.xml 写语句,对应方法写到mapper里,service可以注入对应的mapper进行调用。
.xml