|
|
|
@ -1624,11 +1624,13 @@ public class SismicaUtil {
|
|
|
|
|
try { |
|
|
|
|
fileEntry = DLAppServiceUtil.getFileEntry(documento.getFileEntryId()); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
// _log.info(e.getClass() + ": " + e.getMessage());
|
|
|
|
|
_log.error(e,e); |
|
|
|
|
} |
|
|
|
|
if(Validator.isNotNull(fileEntry){ |
|
|
|
|
corretti += riparaPermessiFileEntry(companyId, territorio.getGroupId(), fileEntry, "Pratica " |
|
|
|
|
+ pratica.getNumeroProgetto() + " (" + pratica.getIntPraticaId() + "), " + tipoDocumento |
|
|
|
|
+ StringPool.SPACE + documento.getPrimaryKey()); |
|
|
|
|
} |
|
|
|
|
corretti += riparaPermessiFileEntry(companyId, territorio.getGroupId(), fileEntry, "Pratica " |
|
|
|
|
+ pratica.getNumeroProgetto() + " (" + pratica.getIntPraticaId() + "), " + tipoDocumento |
|
|
|
|
+ StringPool.SPACE + documento.getPrimaryKey()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
inizio += SLICE; |
|
|
|
|