https://mybatis.org/mybatis-3/zh/dynamic-sql.html
https://mybatis.org/mybatis-3/zh/statement-builders.html
https://zhuanlan.zhihu.com/p/31015559
https://www.cnblogs.com/cnsdhzzl/p/10037077.html
https://blog.csdn.net/HeatDeath/article/details/80211191



总结
1、对于多表查询操作, 可定义sql语句构建器来解决;
2、 使用sql语句构建器的同时有的需要做表字段和pojo的映射; @Results注解指定。
网友评论