SpringMVC的sql语句问题

图片说明
这个插入语句有问题吗?急求
报下面这个错

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 3

The error may involve com.tms.util.mapper.DictMapper.insertModule-Inline

The error occurred while setting parameters

SQL: insert into WX_DICT_MODULE values

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 3

]
18:39:34.377 [http-bio-8080-exec-6] DEBUG o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Resolving exception from handler [public boolean com.tms.util.action.DictAction.saveModule(com.tms.util.bo.ModuleBo)]: 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 3

The error may involve com.tms.util.mapper.DictMapper.insertModule-Inline

The error occurred while setting parameters

SQL: insert into WX_DICT_MODULE values

 看看传过来的参数有没有问题