edgar 2016-07-18 13:43:31 +00:00
parent 703b970acb
commit 502380a15f
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class RelatorioTripulacao extends Relatorio {
} }
private String getOrderBy() { private String getOrderBy() {
return " ORDER BY nomeEmpleado, corridaId, fecCorrida, numSequencia "; return " ORDER BY nomeEmpleado,nomeMaterno,nomePaterno, corridaId, fecCorrida, numSequencia ";
} }
private String getSqlConductor1() { private String getSqlConductor1() {