This commit is contained in:
Haojun Liao 2021-06-03 14:01:15 +08:00
parent bed28fca98
commit 9216a9f201
1 changed files with 0 additions and 1 deletions

View File

@ -4556,7 +4556,6 @@ static void rate_function(SQLFunctionCtx *pCtx) {
pRateInfo->lastValue = v;
} else if (v < pRateInfo->lastValue) {
pRateInfo->correctionValue += pRateInfo->lastValue;
qDebug("correctionValue:%" PRId64, pRateInfo->correctionValue);
}
pRateInfo->lastValue = v;