fix compile error

This commit is contained in:
Shengliang Guan 2021-05-10 19:09:21 +08:00
parent 45a0859a5f
commit 4f7a835ad6
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ int32_t tscToSQLCmd(SSqlObj* pSql, struct SSqlInfo* pInfo) {
if (diffSize) {
for (int32_t i = 1; i < pCmd->numOfClause; ++i) {
SQueryInfo* pQueryInfo2 = tscGetQueryInfoDetail(pCmd, i);
SQueryInfo* pQueryInfo2 = tscGetQueryInfo(pCmd, i);
tscFieldInfoSetSize(&pQueryInfo1->fieldsInfo, &pQueryInfo2->fieldsInfo);
}
}