5月17

MybatisPlus 报错Failed to process, please exclude the tableName or statementId.

| |
13:02编程杂谈  From: 本站原创
sql执行正常的,但是放到mybatisPlus中执行错误报: Failed to process, please exclude the tableName or statementId.

大概率是存在特殊字符使mybatis解析异常
1.在mapper.java中的方法上添加@SqlParser(filter=true)注解
点击在新窗口中浏览此图片

2.如果sql中有注释,删掉注释
点击在新窗口中浏览此图片

来源:Heck's Blog
地址:https://www.heckjj.com/post/591/
转载时须以链接形式注明作者和原始出处及本声明,否则将追究法律责任,谢谢配合!
阅读(2330) | 评论(0) | 引用(0)