adj res type

This commit is contained in:
54liuyao 2024-05-24 11:42:08 +08:00
parent be82e4acd2
commit d33b2521fd
1 changed files with 1 additions and 1 deletions

View File

@ -2260,7 +2260,7 @@ tmq_res_t tmq_get_res_type(TAOS_RES* res) {
} else if (TD_RES_TMQ_METADATA(res)) {
return TMQ_RES_METADATA;
} else if (TD_RES_TMQ_BATCH_META(res)) {
return TMQ_RES_BATCH_TABLE_META;
return TMQ_RES_TABLE_META;
} else {
return TMQ_RES_INVALID;
}