提交 00db5cd0 authored 作者: Noel Grandin's avatar Noel Grandin

missing return statement

上级 bc08e313
...@@ -196,6 +196,7 @@ public class Select extends Query { ...@@ -196,6 +196,7 @@ public class Select extends Query {
if (cachedLookup == expr) { if (cachedLookup == expr) {
assert currentGroupByExprData[cachedLookupIndex] == null; assert currentGroupByExprData[cachedLookupIndex] == null;
currentGroupByExprData[cachedLookupIndex] = obj; currentGroupByExprData[cachedLookupIndex] = obj;
return;
} }
Integer index = exprToIndexInGroupByData.get(expr); Integer index = exprToIndexInGroupByData.get(expr);
if (index != null) { if (index != null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论