1、Caused by: java.sql.SQLDataException: ORA-01830: date format picture ends before converting entire input string
insert into se_tj_contract_params
to_date(?, 'yyyy-mm'),
to_date(?, 'yyyy-mm'),
如果使用了格式插入,可能是插入的时间和这个formate不一致导致
1、Caused by: java.sql.SQLDataException: ORA-01830: date format picture ends before converting entire input string
insert into se_tj_contract_params
to_date(?, 'yyyy-mm'),
to_date(?, 'yyyy-mm'),
如果使用了格式插入,可能是插入的时间和这个formate不一致导致