保誠-保戶業務員媒合平台
wayne
2022-02-08 463ba2f5b7e5ae094c33b1692a74b7f7aa58aad5
pamapi/src/main/java/com/pollex/pam/service/mapper/SatisfactionDTOMapper.java
@@ -9,12 +9,12 @@
@Service
public class SatisfactionDTOMapper {
   @Autowired
   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);