pamapi/src/main/java/com/pollex/pam/service/mapper/ConsultantDTOMapper.java
@@ -12,7 +12,7 @@ @Service public class ConsultantDTOMapper { @Autowired ApplicationProperties applicationProperty; @@ -24,7 +24,6 @@ target.setAward(source.getAwards()); target.setExperience(source.getExperiences()); } }