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