Caused by: com.alibaba.druid.sql.parser.EOFParserException: EOF
druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
项目地址:https://gitcode.com/gh_mirrors/druid/druid
免费下载资源
·
Caused by: com.alibaba.druid.sql.parser.EOFParserException: EOF
查看控制台的时候发现查询条件in后面空了
再看mybatis的判空条件,只有!=null,还需要再加一个and purchaseIdList.size() > 0
<if test="purchaseIdList != null and purchaseIdList.size() > 0"> and purchase_id in
<foreach item="purchaseId" collection="purchaseIdList" open="(" separator="," close=")" index="index">
#{purchaseId}
</foreach>
</if>
GitHub 加速计划 / druid / druid
27.83 K
8.56 K
下载
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
最近提交(Master分支:3 个月前 )
f060c270 - 15 天前
1613a765
* Improve gaussdb ddl parser
* fix temp table 17 天前
更多推荐
已为社区贡献2条内容
所有评论(0)