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:
parent
009569cf74
commit
e73c5500a5
@ -143,7 +143,7 @@ public class MotorDao {
|
||||
/* selection args*/new String[] { groupVal },
|
||||
/* groupby */null,
|
||||
/* having*/null,
|
||||
/* orderby*/DESIGNATION);
|
||||
/* orderby*/TOTAL_IMPULSE);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user