delete from t_dictionary_type t where sysdate-t.create_time<=1;delete from t_dictionary_data t where sysdate-t.create_time<=1;