Changed order of motors to be by total impulse. This seems like a more natural and understandable ordering given that designation may have leading numbers (CTI).

This commit is contained in:
Kevin Ruland 2012-07-25 21:25:44 +00:00
parent 009569cf74
commit e73c5500a5

View File

@ -143,7 +143,7 @@ public class MotorDao {
/* selection args*/new String[] { groupVal },
/* groupby */null,
/* having*/null,
/* orderby*/DESIGNATION);
/* orderby*/TOTAL_IMPULSE);
}