数据删除同步

master
chengqf 2 years ago
parent ae680d2ef5
commit 518546c5a6

@ -47,6 +47,12 @@ public class DeleteServiceImpl implements DeleteService {
} catch (Exception e) {
}
try {
jdbcTemplate.execute("create index i_idc_delete_table_name on idc_delete (tableName asc)");
} catch (Exception e) {
}
}
}
Loading…
Cancel
Save