查询报错
#224
Replies: 1 comment 3 replies
-
如果确实是插件的问题, 请到 mybatis plus 官方提issue (给人提问题时,请附上的sql,不然他会直接关你issue的)。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Caused by: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "," ","
at line 2, column 59.
Was expecting one of:
把该sql 拿到navicat正常可以运行 ,通过接口调用报上面的错
怀疑 是多租户插件引起 不知道什么原因 怎么解决
加了 @InterceptorIgnore(tenantLine = "true") 过滤多租户逻辑后不报错
Beta Was this translation helpful? Give feedback.
All reactions