baomidou / mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development
https://baomidou.com
Apache License 2.0
16.44k stars 4.31k forks source link

[错误报告]: 不能通过mapper.xml重写基础方法 #6600

Open zephyr030 opened 12 hours ago

zephyr030 commented 12 hours ago

确认

当前程序版本

3.5.7

问题描述

不能通过mapper.xml重写基础方法. 我想通过xml重新定义selectMapsPage方法里面的sql内容,主要是添加join查询,但执行的内容还是原始sql,并没有使用xml定义的sql内容

详细堆栈日志

No response

miemieYaho commented 10 hours ago

git形式给出你的复现demo