reescrito estadoResultadoDAO
This commit is contained in:
@@ -138,7 +138,7 @@ public class EstadoResultadoController extends BaseController {
|
||||
|
||||
private void updateMonth() {
|
||||
this.mes = this.view.getMonth();
|
||||
this.estadoResultado = DAOManager.getEstadoResultadoDAO().findByMonth(this.mes);
|
||||
this.estadoResultado = DAOManager.getEstadoResultadoDAO().getByMonth(this.mes);
|
||||
if (estadoResultado == null) {
|
||||
this.estadoResultado = EstadoResultado.emptyEstadoResultado;
|
||||
this.estadoResultado.setMes(this.mes);
|
||||
|
||||
Reference in New Issue
Block a user