fix compile error

This commit is contained in:
Shengliang Guan 2021-08-04 10:08:21 +08:00
parent 6bdf22f737
commit e49f63db03
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ int32_t tsParseValues(char **str, STableDataBlocks *pDataBlock, int maxRows, SIn
index = 0;
sToken = tStrGetToken(*str, &index, false);
if (sToken.n == 0 || sToken.type != TK_RP) {
return tscSQLSyntaxErrMsg(pCmd->payload, ") expected", *str);
return tscSQLSyntaxErrMsg(pInsertParam->msg, ") expected", *str);
}
*str += index;