fix some case error

This commit is contained in:
pengrongkun94@qq.com 2024-12-23 10:57:35 +08:00
parent 6f65247e6c
commit 6a0206d317
1 changed files with 3 additions and 0 deletions

View File

@ -509,6 +509,9 @@ int32_t qBindStmtTagsValue2(void* pBlock, void* boundTags, int64_t suid, const c
STag* pTag = NULL;
for (int c = 0; c < tags->numOfBound; ++c) {
if (bind == NULL) {
break;
}
if (bind[c].is_null && bind[c].is_null[0]) {
continue;
}