提交 b83db0d6 编写于 作者: wmmhello's avatar wmmhello

Merge branch 'fix/TD-11459' into feature/TD-6129

...@@ -2323,7 +2323,7 @@ void tscFirstRoundRetrieveCallback(void* param, TAOS_RES* tres, int numOfRows) { ...@@ -2323,7 +2323,7 @@ void tscFirstRoundRetrieveCallback(void* param, TAOS_RES* tres, int numOfRows) {
tscError("stddev convert tag error:%d", ret); tscError("stddev convert tag error:%d", ret);
} }
}else{ }else{
memcpy(p + offset, row[i], pExpr->base.resBytes); memcpy(p + offset, row[i], length[i]);
} }
} }
offset += pExpr->base.resBytes; offset += pExpr->base.resBytes;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册