fix:[TD-32010] code was rewritted

This commit is contained in:
wangmm0220 2024-09-18 13:58:12 +08:00
parent 50d94fd78b
commit bf0691fde6
1 changed files with 1 additions and 0 deletions

View File

@ -1284,6 +1284,7 @@ SRequestObj* launchQueryImpl(SRequestObj* pRequest, SQuery* pQuery, bool keepQue
if (TSDB_CODE_SUCCESS == code) {
code = handleQueryExecRsp(pRequest);
}
if (TSDB_CODE_SUCCESS != code) {
pRequest->code = code;