You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
实体参数类型是Instant时候,PgResultSet的getObject(int columnIndex, Class type)方法里没有针对Instant类型的处理
详细堆栈日志
c.b.m.e.p.i.DataChangeRecorderInnerInterceptor[buildOriginalObjectData,577] - try to get record tobe updated for selectStmt= *** org.postgresql.util.PSQLException: conversion to class java.time.Instant from timestamptz not supported
at org.postgresql.jdbc.PgResultSet.getObject(PgResultSet.java:3874)
at com.zaxxer.hikari.pool.HikariProxyResultSet.getObject(HikariProxyResultSet.java)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.apache.ibatis.logging.jdbc.ResultSetLogger.invoke(ResultSetLogger.java:68)
at jdk.proxy3/jdk.proxy3.$Proxy220.getObject(Unknown Source)
at com.baomidou.mybatisplus.extension.plugins.inner.DataChangeRecorderInnerInterceptor.prepareOriginalDataObj(DataChangeRecorderInnerInterceptor.java:637)
at com.baomidou.mybatisplus.extension.plugins.inner.DataChangeRecorderInnerInterceptor.buildOriginalObjectData(DataChangeRecorderInnerInterceptor.java:567)
at com.baomidou.mybatisplus.extension.plugins.inner.DataChangeRecorderInnerInterceptor.processUpdate(DataChangeRecorderInnerInterceptor.java:244)
at com.baomidou.mybatisplus.extension.plugins.inner.DataChangeRecorderInnerInterceptor.beforePrepare(DataChangeRecorderInnerInterceptor.java:153)
at io.haina.core.database.interceptor.HaInaMybatisPlusInterceptor.intercept(HaInaMybatisPlusInterceptor.java:142)
The text was updated successfully, but these errors were encountered:
确认
当前程序版本
3.5.7
问题描述
实体参数类型是Instant时候,PgResultSet的getObject(int columnIndex, Class type)方法里没有针对Instant类型的处理
详细堆栈日志
The text was updated successfully, but these errors were encountered: