This commit is contained in:
54liuyao 2024-05-15 14:11:55 +08:00
parent 167cdc79c5
commit 2a67b83a27
1 changed files with 1 additions and 3 deletions

View File

@ -47,9 +47,7 @@ extern "C" {
} \ } \
} else { \ } else { \
(_pKey)->ts = (_pRow)->pBlockData->aTSKEY[(_pRow)->iRow]; \ (_pKey)->ts = (_pRow)->pBlockData->aTSKEY[(_pRow)->iRow]; \
if ((_pRow)->pBlockData->nColData > 0) { \ tColRowGetPrimaryKey((_pRow)->pBlockData, (_pRow)->iRow, (_pKey)); \
tColRowGetPrimaryKey((_pRow)->pBlockData, (_pRow)->iRow, (_pKey)); \
} \
} \ } \
} }