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

script动态sql.png

sql语句构建器.png

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