nested exception is org.postgresql.util.PSQLException:
ERROR: invalid input syntax for integer: "0.00"
库里面字段类型 numeric 长度 0 小数点 0
偶尔报说int?也不是每一次......
nested exception is org.postgresql.util.PSQLException:
ERROR: invalid input syntax for integer: "0.00"
库里面字段类型 numeric 长度 0 小数点 0
偶尔报说int?也不是每一次......
- 4.9k
北京市昌平区你在java代码调整一下参数类型吧. 你给的参数是一个 浮点 字符串. pg类型转换的时候识别不. 如果不带 .00 就能识别.