mapSociete.put(ficheSt.getId(), ficheSt.getSociete());
prestationValue = ficheSt.getPrestaCanto() + Constants.SEPRATE + ficheSt.getPrestaBadge() + Constants.SEPRATE +
ficheSt.getPrestaGrue() + Constants.SEPRATE +ficheSt.getPrestaLift() + Constants.SEPRATE +
ficheSt.getPrestaBenne() + Constants.SEPRATE + ficheSt.getPrestaNettoyage() + Constants.SEPRATE + ficheSt.getPrestaProrata();
mapPrestations.put(ficheSt.getId(),prestationValue);
LotType lotType = ficheSt.getLotType();
if (lotType != null && "Honoraires".equalsIgnoreCase(lotType.getName())) {
list2.add(ficheSt);
} else {
list1.add(ficheSt);
}
}