fix(同步管理-任务管理): 修复全量同步时,源数据库表数据被删除,目标数据库表数据不能同步删除的问题

This commit is contained in:
jianneng-fit2cloud 2024-03-05 16:25:57 +08:00
parent ba909e2064
commit 15e24140be
2 changed files with 5 additions and 1 deletions

View File

@ -20,4 +20,5 @@ public class Target {
private String targetProperty;
private String incrementSync;
private String incrementField;
private String datasourceVersion;
}

View File

@ -112,7 +112,10 @@ public class TaskInfoVO {
* fail失败
*/
private String lastExecuteStatus;
private Long incrementValue;
/**
* 增量任务
*/
private boolean incrementTask;
// 以下为日志信息
private String logId;