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