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?也不是每一次......
15 回答8.4k 阅读
8 回答6.2k 阅读
5 回答3.2k 阅读✓ 已解决
3 回答2.3k 阅读✓ 已解决
3 回答3.6k 阅读✓ 已解决
1 回答4k 阅读✓ 已解决
3 回答6k 阅读
你在java代码调整一下参数类型吧. 你给的参数是一个 浮点 字符串. pg类型转换的时候识别不. 如果不带 .00 就能识别.