shared: looksquery: Fix incorrect varname in exception
此提交包含在:
@ -128,7 +128,7 @@ QVector<SortCondition> createSortConditions(QString sortExpression)
|
||||
}
|
||||
else
|
||||
{
|
||||
throw LooqsGeneralException("Unknown order specifier: " + order);
|
||||
throw LooqsGeneralException("Unknown order specifier: " + orderstr);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
新增問題並參考
封鎖使用者