保誠-保戶業務員媒合平台
wayne
2022-01-26 6fa4bba623713c396432ba8b863846883d6a1906
pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentCustomerViewMapper.java
@@ -44,6 +44,7 @@
      if(appointmentClosedInfoOP.isPresent()) {
         target.setAppointmentClosedInfo(appointmentClosedInfoOP.get());
      }
      appointmentService.setSatisfactionScore(target, source.getId());
      
      return target;
   }