fix(query): fix error.

This commit is contained in:
Haojun Liao 2022-12-19 15:51:12 +08:00
parent b74e0b0715
commit 0f60ddb3cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;