fix : 修改数据同步逻辑
This commit is contained in:
@@ -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-----------------------");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user