保誠-保戶業務員媒合平台
wayne
2022-01-26 6fa4bba623713c396432ba8b863846883d6a1906
pamapi/src/main/java/com/pollex/pam/service/mapper/SatisfactionDTOMapper.java
@@ -5,7 +5,7 @@
import com.pollex.pam.domain.Satisfaction;
import com.pollex.pam.enums.SatisfactionStatusEnum;
import com.pollex.pam.service.dto.SatisfactionCustomerCreateDTO;
import com.pollex.pam.service.dto.SatisfactionCustomerScoreDTO;
@Service
public class SatisfactionDTOMapper {
@@ -13,7 +13,7 @@
   @Autowired
   AppointmentMapper appointmentMapper;
   
   public Satisfaction toSatisfaction(SatisfactionCustomerCreateDTO source) {
   public Satisfaction toSatisfaction(SatisfactionCustomerScoreDTO source) {
      Satisfaction satisfaction = appointmentMapper.toSatisfaction(source.getAppointmentId());
      satisfaction.setScore(source.getScore());
      if(satisfaction.getScore()!=null) {