Sort on the group query.

This commit is contained in:
Kevin Ruland 2012-07-18 17:56:48 +00:00
parent 5ace9f29c6
commit 056f28e21f

View File

@ -161,7 +161,7 @@ public class MotorDao {
/* selection args*/null,
/* groupby */null,
/* having*/null,
/* orderby*/null,
/* orderby*/groupCol,
/* limit*/null);
}