Fix DBCFX_SM_696 - Anomalia sulle Viste Uscite FTTH (Del. 82) per la ricerca con filtro "Data KO"
This commit is contained in:
@@ -34,6 +34,7 @@ public class GnpgoInfoUtentiGuiDAO extends BaseHibernateDAO{
|
|||||||
try {
|
try {
|
||||||
getSession().save(transientInstance);
|
getSession().save(transientInstance);
|
||||||
log.debug("save successful");
|
log.debug("save successful");
|
||||||
|
flush();
|
||||||
}
|
}
|
||||||
catch (RuntimeException re) {
|
catch (RuntimeException re) {
|
||||||
log.error("save failed", re);
|
log.error("save failed", re);
|
||||||
@@ -103,6 +104,7 @@ public class GnpgoInfoUtentiGuiDAO extends BaseHibernateDAO{
|
|||||||
try {
|
try {
|
||||||
getSession().delete(persistentInstance);
|
getSession().delete(persistentInstance);
|
||||||
log.debug("delete successful");
|
log.debug("delete successful");
|
||||||
|
flush();
|
||||||
}
|
}
|
||||||
catch (RuntimeException re) {
|
catch (RuntimeException re) {
|
||||||
log.error("delete failed", re);
|
log.error("delete failed", re);
|
||||||
|
|||||||
@@ -26,17 +26,17 @@ public class RichiesteD82Bean implements Serializable{
|
|||||||
private Date dac;
|
private Date dac;
|
||||||
private String piattaformaCrm;
|
private String piattaformaCrm;
|
||||||
private String esito;
|
private String esito;
|
||||||
private String dataKO;
|
private Date dataKO;
|
||||||
|
|
||||||
public RichiesteD82Bean() {
|
public RichiesteD82Bean() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDataKO() {
|
public Date getDataKO() {
|
||||||
return dataKO;
|
return dataKO;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setDataKO(String dataKO) {
|
public void setDataKO(Date dataKO) {
|
||||||
this.dataKO = dataKO;
|
this.dataKO = dataKO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user