Skip to content
Snippets Groups Projects

[SOY] Customisation des referentiels par organisation

Merged OURY Sarah requested to merge referentiels_customizes_par_orga into develop
Compare and Show latest version
8 files
+ 32
50
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -47,11 +47,6 @@ public class ReferentielClient {
return List.of();
}
/**
* @param code
* @param nomOrganisation
* @return l'hypothèse qui correspond au nomOrganisation renseigné, s'il n'existe pas on prend l'hypothèse par défaut (quand nomOrganisation="")
*/
@Cacheable(value = "Hypothese")
public HypotheseDTO getHypothese(String code, String nomOrganisation) {
for (String nomOrg : List.of(nomOrganisation, "")) {
Loading