fix(query): fix error.
This commit is contained in:
parent
b74e0b0715
commit
0f60ddb3cd
|
@ -35,7 +35,7 @@ int64_t st, et;
|
|||
typedef struct {
|
||||
int id;
|
||||
TAOS *taos;
|
||||
char name[16];
|
||||
char name[32];
|
||||
time_t timeStamp;
|
||||
int value;
|
||||
int rowsInserted;
|
||||
|
|
Loading…
Reference in New Issue