数据库中 时间是用 : VARCHAR2 字符串类型数据:20231226 来显示
'20231226' char字符串转换成 date类型时间
select to_date(字段名, 'yyyy-MM-dd') from xx
转换后,显示成:'2023-12-26 00:00:00.000'