Commit 45a2385d by zhangxingmin

push

parent 0b8db80c
......@@ -3,6 +3,8 @@ package com.yd.csf.feign.dto.appointmentfile;
import com.yd.oss.feign.annotation.PdfField;
import lombok.Data;
import java.time.LocalDateTime;
/**
* 预约行程单PDF字段映射实体类
*/
......@@ -104,4 +106,10 @@ public class ItineraryDto {
*/
@PdfField("remark")
private String remark;
/**
* 确定预约时间(年月日,时分)
*/
@PdfField("confirmAppointmentTime")
private String confirmAppointmentTime;
}
......@@ -62,7 +62,7 @@
<select id="getItineraryDto" resultType="com.yd.csf.feign.dto.appointmentfile.ItineraryDto">
select
a.arrival_time,a.meeting_point,
a.arrival_time,a.meeting_point,a.confirm_appointment_time,
a.signing_address,a.business_represent_name1,
a.business_represent_mobile1_code,a.business_represent_mobile1,
t.name,i.name as insurantName,pp.payment_term,pp.each_issue_premium,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment