merge develop

This commit is contained in:
yihaoDeng 2021-07-07 05:42:04 +08:00
parent 1b62c9b4e2
commit ec1ee6db19
1 changed files with 1 additions and 1 deletions

View File

@ -2986,7 +2986,7 @@ int32_t addExprAndResultField(SSqlCmd* pCmd, SQueryInfo* pQueryInfo, int32_t col
getColumnName(pItem, pExpr->base.aliasName, pExpr->base.token, sizeof(pExpr->base.aliasName) - 1);
SSchema s = {0};
s.type = resType;
s.type = (uint8_t)resType;
s.bytes = bytes;
s.colId = pExpr->base.colInfo.colId;