org.postgresql.util.PSQLException: 未设定参数值 2 的内容。

来源:互联网 发布:网络终端设备有哪些 编辑:程序博客网 时间:2024/05/09 15:19

org.postgresql.util.PSQLException: 未设定参数值 2 的内容。

环境:spring2.5 springjdbc 批量插入
语句:insert into com_info_tb(company_name,resume,create_time,longitude,latitude,type,city) values(?,?,?,?,?,?,?)
原因:
1:字段顺序
2:类型

0 0