fix(query): fix a typo
This commit is contained in:
parent
8781f31d17
commit
595a57dfc9
|
@ -890,8 +890,6 @@ static void doSetQualifiedUid(SArray* pUidList, const SArray* pUidTagList, bool*
|
||||||
if (pResultList[i]) {
|
if (pResultList[i]) {
|
||||||
taosArrayPush(pUidList, &uid);
|
taosArrayPush(pUidList, &uid);
|
||||||
}
|
}
|
||||||
|
|
||||||
i += 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue