fix(basic.gbapp): AS IMAGE testing.
This commit is contained in:
parent
37ffacf5b3
commit
91490d7ac8
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ export class SystemKeywords {
|
|||
}
|
||||
|
||||
public async executeSQL({ pid, data, sql, tableName }) {
|
||||
if (!data && !data[0]){
|
||||
if (!data || !data[0]){
|
||||
return data;
|
||||
}
|
||||
let objectMode = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue