pamapi/src/main/java/com/pollex/pam/service/mapper/ConsultantMapper.java
@@ -63,7 +63,7 @@ consultantDetailDTO.setAwards(source.getAward()); consultantDetailDTO.setImg(source.getPhotoPath()); consultantDetailDTO.setExpertise(splitStringWithChar(source.getExpertise())); consultantDetailDTO.setExperiences(splitStringWithChar(source.getExperience())); consultantDetailDTO.setExperiences(source.getExperience()); // todo 決定匹配程度 consultantDetailDTO.setSuitability(50);