Skip to content
Snippets Groups Projects

OZG-7573 Use xzufi-id for weiterleitung

Merged Krzysztof Witukiewicz requested to merge OZG-7573-use-xzufi-id-for-weiterleitung into main
3 files
+ 3
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -32,7 +32,7 @@ import de.ozgcloud.alfa.collaboration.OrganisationsEinheit;
@Mapper
interface ForwardVorgangCommandBodyMapper {
@Mapping(target = "organisationEinheitId", ignore = true)
@Mapping(target = "organisationEinheitId", source = "xzufiId.id")
@Mapping(target = ".", source = "anschrift")
ForwardVorgangCommandBody updateFromOrganisationEinheit(OrganisationsEinheit organisationsEinheit, @MappingTarget ForwardVorgangCommandBody commandBody);
}
Loading