Commit 44f26167 by Tony Inuma Dahua

Fix: Reporte, Cambios y Reemplazos - REGISTROS y ELIMINACIONES - query group by

parent 12fd64ba
......@@ -2502,12 +2502,12 @@ public class MySqlDocenteDAO implements DocenteDAO {
" \n" +
" \n" +
" ) tbl \n" +
" GROUP BY tbl.fecha,tbl.dia,tbl.des_loc,tbl.turno,tbl.grupoAcademico,tbl.nom_cur,tbl.cantAulas \n" +
" GROUP BY tbl.fecha,tbl.dia,tbl.des_loc,tbl.turno,tbl.grupoAcademico,tbl.nom_cur,tbl.cantAulas,tbl.accion \n" +
" ORDER BY tbl.hora DESC \n" +
" \n" +
" ) tbl1 ";
PreparedStatement st = cnx.prepareStatement(query);
SimpleDateFormat dateFormat = new SimpleDateFormat("dd/MM/yyyy");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment