fix : 修改数据同步逻辑

This commit is contained in:
tanghao
2021-05-12 15:56:47 +08:00
parent cae28168a5
commit 8ca99bf580
32 changed files with 497 additions and 23 deletions

View File

@@ -24,13 +24,13 @@ public class AfterHandler implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
sqlHandler.removeTable();
log.info("remove table successful");
sqlHandler.removeCopy();
log.info("remove copy back successful");
log.info("-----------------program end-----------------------");
log.info("-----------------transfer data success-----------------------");