Merge pull request #4277 from dataease/pr@dev@fixds

Pr@dev@fixds
This commit is contained in:
taojinlong
2023-01-04 15:19:54 +08:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -940,7 +940,7 @@ export default {
this.sql = ''
return
}
if (this.incrementalConfig.incrementalAdd.length > 0) {
if (this.incrementalConfig?.incrementalAdd?.length > 0) {
this.incrementalUpdateType = 'incrementalAdd'
this.sql = this.incrementalConfig.incrementalAdd
} else {