DBCFX_RU_363 - Offerta Open Fiber FTTH (Business): Fix TEST SVIL FASE2
This commit is contained in:
@@ -269,19 +269,22 @@ public class CRMBController extends AbstractCRMController implements RecoveryIF
|
||||
crmbDonorOut.setDataInvio(new Date());
|
||||
crmbOutDAO.merge(crmbDonorOut);
|
||||
|
||||
GnpRichiesteCsNpg35 richCsNpg35=richCsNpg35Dao.findById(new Long(crmbDonorOut.getCodiceSessione()));
|
||||
GnpRichiesteDonor richiesta = null;
|
||||
GnpRichiesteDonNatOlo richiestaDonNatOlo = null;
|
||||
|
||||
// DBCFX_RU_363 - Offerta Open Fiber FTTH (Business)
|
||||
GnpRichiesteDonor82 richiesteD82 = new GnpRichiesteDonor82();
|
||||
GnpRichiesteDonor82DAO daoRichiesteD82 = new GnpRichiesteDonor82DAO();
|
||||
richiesteD82 = daoRichiesteD82.findByCodiceSessione(crmbDonorOut.getCodiceSessione());
|
||||
|
||||
GnpRichiesteCsNpg35 richCsNpg35 = null;
|
||||
if(richiesteD82 == null)
|
||||
richCsNpg35 = richCsNpg35Dao.findById(new Long(crmbDonorOut.getCodiceSessione()));
|
||||
|
||||
GnpRichiesteDonor richiesta = null;
|
||||
GnpRichiesteDonNatOlo richiestaDonNatOlo = null;
|
||||
|
||||
if (richCsNpg35 == null) {
|
||||
richiesta = dao.findByCodiceSessione(crmbDonorOut.getCodiceSessione());
|
||||
}
|
||||
if (richCsNpg35 == null && richiesta == null) {
|
||||
if (richCsNpg35 == null && richiesta == null && richiesteD82 == null) {
|
||||
richiestaDonNatOlo = donNatDao.findById(new Long(crmbDonorOut.getCodiceSessione()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user