forked from github/dataease
fix: 增量sql出错
This commit is contained in:
parent
f2c0cbc48c
commit
653cdacd79
@ -940,7 +940,7 @@ export default {
|
|||||||
this.sql = ''
|
this.sql = ''
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (this.incrementalConfig.incrementalAdd.length > 0) {
|
if (this.incrementalConfig?.incrementalAdd?.length > 0) {
|
||||||
this.incrementalUpdateType = 'incrementalAdd'
|
this.incrementalUpdateType = 'incrementalAdd'
|
||||||
this.sql = this.incrementalConfig.incrementalAdd
|
this.sql = this.incrementalConfig.incrementalAdd
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user