DBCFX_SM_695 - Anomalia viste del. 82 - errata/assente visualizzazione uscite OF
This commit is contained in:
@@ -133,7 +133,10 @@ public class GnpgoGestioneNotificheD82DAO extends BaseHibernateDAO {
|
||||
criterion.add(Restrictions.eq("idRichiesta", notifica.getIdRichiesta()));
|
||||
criterion.add(Restrictions.eq("tipoComunicazione", notifica.getTipoComunicazione()));
|
||||
|
||||
if (findByCriteria(criterion) != null && findByCriteria(criterion).size() > 0) {
|
||||
log.debug("find criteria: idRichiesta = " + notifica.getIdRichiesta() + " - tipoComunicazione: " + notifica.getTipoComunicazione());
|
||||
List<GnpgoGestioneNotificheD82> listGnpgoGestioneNotificheD82 = findByCriteria(criterion);
|
||||
|
||||
if (listGnpgoGestioneNotificheD82 != null && listGnpgoGestioneNotificheD82.size() > 0) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user