| | |
| | | consultantDetailDTO.setPhoneNumber(source.getPhoneNumber()); |
| | | consultantDetailDTO.setServeArea(source.getServeArea()); |
| | | consultantDetailDTO.setCompanyAddress(source.getCompanyAddress()); |
| | | consultantDetailDTO.setLatestLoginTime(source.getLatestLoginTime()); |
| | | consultantDetailDTO.setSeniority(source.getSeniority()); |
| | | consultantDetailDTO.setConcept(source.getConcept()); |
| | | consultantDetailDTO.setAwards(source.getAward()); |
| | | consultantDetailDTO.setImage(source.getPhotoPath()); |
| | | consultantDetailDTO.setExpertises(splitStringWithChar(source.getExpertise())); |
| | | consultantDetailDTO.setExperiences(splitStringWithChar(source.getExperience())); |
| | | |
| | | // todo 決定匹配程度 |
| | | consultantDetailDTO.setSuitability(50); |
| | | consultantDetailDTO.setEvaluation(50); |
| | | consultantDetailDTO.setExpertises(splitStringWithChar(source.getExpertise())); |
| | | consultantDetailDTO.setExperiences(splitStringWithChar(source.getExperience())); |
| | | |
| | | return consultantDetailDTO; |
| | | } |