保誠-保戶業務員媒合平台
Tomas
2022-02-08 551d18a095e8fe462e4099fdd5b2578e12934d45
pamapi/src/main/java/com/pollex/pam/service/mapper/SatisfactionDTOMapper.java
@@ -14,7 +14,7 @@
   AppointmentMapper appointmentMapper;
   
   public Satisfaction toSatisfaction(SatisfactionCustomerScoreDTO source) {
      Satisfaction satisfaction = appointmentMapper.toSatisfaction(source.getAppointmentId());
      Satisfaction satisfaction = appointmentMapper.toAppointmentSatisfaction(source.getAppointmentId());
      satisfaction.setScore(source.getScore());
      if(satisfaction.getScore()!=null) {
         satisfaction.setStatus(SatisfactionStatusEnum.FILLED);