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