保誠-保戶業務員媒合平台
wayne
2022-02-17 34b08e1c461f5e08675fcff95525956d7c4bef11
pamapi/src/main/java/com/pollex/pam/service/mapper/ConsultantDTOMapper.java
@@ -21,14 +21,9 @@
      target.setPhotoPath(FileUtil.toPath(source.getPhotoFileName(), applicationProperty.getFileFolderPath()));
      String expertise = StringUtils.convertToString(source.getExpertise(), ",");
      target.setExpertise(expertise);
        String serveArea = StringUtils.convertToString(source.getServeArea(), ",");
        target.setServeArea(serveArea);
      target.setAward(source.getAwards());
      target.setExperience(source.getExperiences());
   }
}