保誠-保戶業務員媒合平台
wayne
2021-11-22 7dfed155bc4f5a1c7cf5a592e8325dc1ba9243bc
pamapi/src/main/java/com/pollex/pam/service/mapper/ConsultantMapper.java
@@ -8,6 +8,7 @@
import com.pollex.pam.service.dto.ConsultantDTO;
import com.pollex.pam.service.dto.ConsultantDetailDTO;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.*;
@@ -18,11 +19,8 @@
    private final static Character SPLIT_MASK = ',';
    private final AppointmentService appointmentService;
    public ConsultantMapper(AppointmentService appointmentService) {
        this.appointmentService = appointmentService;
    }
    @Autowired
    AppointmentService appointmentService;
    public ConsultantDTO toDto(Consultant source) {
        ConsultantDTO consultantDTO = new ConsultantDTO();