|
|
@ -134,6 +134,7 @@ public class SorteggioPraticaUtil { |
|
|
|
if (Validator.isNull(dettPratica)) { |
|
|
|
if (Validator.isNull(dettPratica)) { |
|
|
|
dettPratica =DettPraticaLocalServiceUtil.getLastEditableByIntPratica(intPraticaId); |
|
|
|
dettPratica =DettPraticaLocalServiceUtil.getLastEditableByIntPratica(intPraticaId); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if(Validator.isNotNull(dettPratica){ |
|
|
|
_log.info("Pratica " + pratica.getNumeroProgetto() + " id " + pratica.getIntPraticaId() |
|
|
|
_log.info("Pratica " + pratica.getNumeroProgetto() + " id " + pratica.getIntPraticaId() |
|
|
|
+ " dettPratica " + (dettPratica == null ? 0 : dettPratica.getDettPraticaId())); |
|
|
|
+ " dettPratica " + (dettPratica == null ? 0 : dettPratica.getDettPraticaId())); |
|
|
|
ServiceContext serviceContext = new ServiceContext(); |
|
|
|
ServiceContext serviceContext = new ServiceContext(); |
|
|
@ -151,6 +152,7 @@ public class SorteggioPraticaUtil { |
|
|
|
+ ") del " + sdf.format(pratica.getDtPratica()) + " (" + m.getKey() + ")</li>"); |
|
|
|
+ ") del " + sdf.format(pratica.getDtPratica()) + " (" + m.getKey() + ")</li>"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
esito.add("</ol>"); |
|
|
|
esito.add("</ol>"); |
|
|
|
} |
|
|
|
} |
|
|
|
if (sorteggiate.size() > 0) { |
|
|
|
if (sorteggiate.size() > 0) { |
|
|
|