保誠-保戶業務員媒合平台
HelenHuang
2022-02-10 0d8cc04b812cfa0f15bf8ba12b5fdcbe411f90cd
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);