mybatis-plus-generator-ui icon indicating copy to clipboard operation
mybatis-plus-generator-ui copied to clipboard

解析SQL条件发生错误,请检查SQL语法

Open candyzhang516 opened this issue 2 years ago • 0 comments

当前使用版本(必填,否则不予处理)

2.0.1

该问题是如何引起的?(确定最新版也有问题再提!!!)

配置如下sql select mr.mid,mr.rid,r.nameZh,m.pattern from menu_role mr join role r on mr.rid = r.id join menu m on mr.mid = m.id where r.id in (select ur.rid from user_role ur where ur.uid = '#{userId}')

重现步骤(如果有就写完整)

点击【生成代码】

报错信息

2023-03-14 11:40:25.456 INFO 1087 --- [io-8068-exec-10] c.g.d.m.g.c.WebControllerAdvice : 未捕获的异常:解析SQL条件发生错误,请检查SQL语法

com.github.davidfantasy.mybatisplus.generatorui.common.ServiceException: 解析SQL条件发生错误,请检查SQL语法

candyzhang516 avatar Mar 14 '23 05:03 candyzhang516