mybatis几个不容易觉察的错误

本文介绍了在使用Mybatis时可能会遇到的两种不易察觉的错误:一是SQL语句书写错误但未报错,导致查询异常,解决方法是仔细检查SQL语法;二是多个参数和数组参数混用时,出现Parameter找不到的问题,解决关键在于正确设置collection属性。
摘要由CSDN通过智能技术生成

(1)SQL语句写错但是没有报错该语句

报错:

2019-07-12 14:41:24.248 [http-nio-7002-exec-1] DEBUG c.j.c.m.M.delMessageSendStatusBatch - ==>  Preparing: delete message_send where send_id in ( ? , ? ) 
2019-07-12 14:41:24.264 [http-nio-7002-exec-1] DEBUG c.j.c.m.M.delMessageSendStatusBatch - ==> Parameters: b48bb427-05c9-48b6-8bb7-d7d6c244c161(String), b48bb427-05c9-48b6-8bb7-d7d6c244c16d(String)
2019-07-12 14:41:24.311 [http-nio-7002-exec-1] ERROR o.a.c.c.C.[.[.[/console].[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [/console] threw exception [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: 
### Error updating database.  Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where send_id in
         (  
     
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值