pamapi/src/main/java/com/pollex/pam/service/mapper/ConsultantDTOMapper.java
@@ -12,7 +12,7 @@ @Service public class ConsultantDTOMapper { @Autowired ApplicationProperties applicationProperty; @@ -21,8 +21,9 @@ target.setPhotoPath(FileUtil.toPath(source.getPhotoFileName(), applicationProperty.getFileFolderPath())); String expertise = StringUtils.convertToString(source.getExpertise(), ","); target.setExpertise(expertise); target.setAward(source.getAwards()); target.setExperience(source.getExperiences()); } }