解决办法:

实体类修改:添加时区

function to_timestamp(timestamp with time zone, unknown) does not exist  东八区日期格式

 

 mapper.xml修改:

function to_timestamp(timestamp with time zone, unknown) does not exist  东八区日期格式

 

 业务代码中进行赋值:

function to_timestamp(timestamp with time zone, unknown) does not exist  东八区日期格式

注意:

System.out.println("new Date()==========="+new Date());
输出结果:new Date()===========Tue Apr 07 20:18:51 CST 2020
最终落库的数据:

function to_timestamp(timestamp with time zone, unknown) does not exist  东八区日期格式

 东八区日期格式:

2020-04-07T02:43:19.248Z

相关文章: