diff --git a/src/tsdb/src/tsdbRead.c b/src/tsdb/src/tsdbRead.c index 8e11e445673b70d2257ef14178fa05225260f36f..248c164addd5d615e9c6e98fa1a807f2485d7350 100644 --- a/src/tsdb/src/tsdbRead.c +++ b/src/tsdb/src/tsdbRead.c @@ -4089,7 +4089,7 @@ static FORCE_INLINE int32_t tsdbGetJsonTagDataFromId(void *param, int32_t id, ch } else { void* jsonData = getJsonTagValue(pTable, name, TSDB_MAX_JSON_KEY_MD5_LEN, NULL); // jsonData == NULL for ? operation - if(jsonData != NULL); jsonData += CHAR_BYTES; // jump type + if(jsonData != NULL) jsonData += CHAR_BYTES; // jump type *data = jsonData; }