|
|
|
@ -262,6 +262,7 @@ public class AdvancedOperationUtil {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static boolean evalInt_Dett_UserID(IntPratica intPratica){ |
|
|
|
|
_log.info("lastDettPraticaUserID: "+getLastDettPraticaUserID(intPratica)+" || intPraticaUserID: "+intPratica.getUserId()); |
|
|
|
|
return getLastDettPraticaUserID(intPratica) == intPratica.getUserId(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -274,7 +275,7 @@ public class AdvancedOperationUtil {
|
|
|
|
|
} catch (SystemException e){ |
|
|
|
|
_log.error(e,e); |
|
|
|
|
} |
|
|
|
|
return -1; |
|
|
|
|
return intPratica.getUserId(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private static List<DettPratica> _getDettPraticaList(long intPraticaId) { |
|
|
|
|