這錯在哪里???org.springframework.jdbc.BadSqlGrammarException:
org.springframework.jdbc.BadSqlGrammarException:
### Error updating database.? Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 '' at line 2
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: insert ignore into success_killed(seckill_id,user_phone)?? values (#(seckillId),#(userPhone))
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 '' at line 2
; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 '' at line 2
?at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:231)
?at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
?at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
?at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:399)
?at com.sun.proxy.$Proxy14.insert(Unknown Source)
?at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:253)
?at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:52)
?at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:53)
?at com.sun.proxy.$Proxy15.insertSuccessKilled(Unknown Source)
?at org.seckill.dao.SuccessKilledDaoTest.testInsertSuccessKilled(SuccessKilledDaoTest.java:25)
?at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
?at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
?at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
?at java.lang.reflect.Method.invoke(Unknown Source)
?at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
?at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
?at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
?at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
?at org.springframework.test.context.junit4.statements.RunBeforeTestMethodCallbacks.evaluate(RunBeforeTestMethodCallbacks.java:73)
?at org.springframework.test.context.junit4.statements.RunAfterTestMethodCallbacks.evaluate(RunAfterTestMethodCallbacks.java:82)
?at org.springframework.test.context.junit4.statements.SpringRepeat.evaluate(SpringRepeat.java:73)
?at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
?at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:224)
?at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
?at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
?at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
?at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
?at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
?at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
?at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
?at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
?at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
?at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
?at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
?at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
?at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 '' at line 2
?at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
?at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
?at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
?at java.lang.reflect.Constructor.newInstance(Unknown Source)
?at com.mysql.jdbc.Util.handleNewInstance(Util.java:389)
?at com.mysql.jdbc.Util.getInstance(Util.java:372)
?at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
?at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3835)
?at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3771)
?at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2435)
?at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
?at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2535)
?at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1911)
?at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1203)
?at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.execute(NewProxyPreparedStatement.java:989)
?at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
?at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
?at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
?at java.lang.reflect.Method.invoke(Unknown Source)
?at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:59)
?at com.sun.proxy.$Proxy18.execute(Unknown Source)
?at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:45)
?at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:73)
?at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:49)
?at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:115)
?at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:75)
?at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:170)
?at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:157)
?at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
?at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
?at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
?at java.lang.reflect.Method.invoke(Unknown Source)
?at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:386)
?... 35 more
2018-10-24
#(seckillId),#(userPhone)
改成
#{seckillId},#{userPhone}
2019-04-13
樓上 +1
2019-01-12
樓上 +1
2018-12-11
樓上 +1