保誠-保戶業務員媒合平台
wayne
2022-01-24 b8a9ab562c0d87de1d0c1ee2e51c2d8b7883f5b0
pamapi/src/main/java/com/pollex/pam/service/mapper/ConsultantDTOMapper.java
@@ -21,6 +21,8 @@
      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());
   }