forked from github/dataease
fix: 增量sql出错
This commit is contained in:
parent
f2c0cbc48c
commit
653cdacd79
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user