fix:error for subscribe stable

This commit is contained in:
wangmm0220 2023-02-03 14:54:25 +08:00
parent c8d49b603d
commit c576d1fa91
1 changed files with 3 additions and 3 deletions

View File

@ -364,9 +364,9 @@ int32_t tqTaosxScanLog(STQ* pTq, STqHandle* pHandle, SPackedData submit, STaosxR
}
}
if (pRsp->blockNum == 0) {
return -1;
}
// if (pRsp->blockNum == 0) {
// return -1;
// }
return 0;
}