From c7d4211b02f5931382fed6e9d1009074256d6003 Mon Sep 17 00:00:00 2001 From: 劉鈞霖 <benson@gmail.com> Date: 星期一, 13 十二月 2021 14:23:44 +0800 Subject: [PATCH] [ Update ] : 修正 http header 統一由攔截器去加入以及回傳資料改為 response.data --- pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentCustomerViewMapper.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentCustomerViewMapper.java b/pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentCustomerViewMapper.java index 185103a..c56b19b 100644 --- a/pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentCustomerViewMapper.java +++ b/pamapi/src/main/java/com/pollex/pam/service/mapper/AppointmentCustomerViewMapper.java @@ -9,11 +9,10 @@ import com.pollex.pam.domain.AppointmentCustomerView; import com.pollex.pam.service.dto.AppointmentCustomerViewDTO; -import com.pollex.pam.service.dto.AppointmentDTO; @Service public class AppointmentCustomerViewMapper { - + public AppointmentCustomerViewDTO toAppointmentCustomerViewDTO(AppointmentCustomerView source) { AppointmentCustomerViewDTO target = new AppointmentCustomerViewDTO(); BeanUtils.copyProperties(source, target); -- Gitblit v1.8.0