Commit 9098e6b6 by zhangxingmin

Merge remote-tracking branch 'origin/dev_zxm' into test

parents 5d61bfbf b371eba0
...@@ -12,6 +12,11 @@ import java.time.LocalDateTime; ...@@ -12,6 +12,11 @@ import java.time.LocalDateTime;
public class ApiAppointmentPageResponse { public class ApiAppointmentPageResponse {
/** /**
* 预约信息主表唯一业务ID
*/
private String appointmentBizId;
/**
* 预约编号 * 预约编号
*/ */
private String appointmentNo; private String appointmentNo;
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<select id="page" resultType="com.yd.csf.feign.response.appointment.ApiAppointmentPageResponse"> <select id="page" resultType="com.yd.csf.feign.response.appointment.ApiAppointmentPageResponse">
select select
a.appointment_biz_id,
a.appointment_no, a.appointment_no,
concat(pp.product_name,'(',pp.payment_term,'年)') as productName, concat(pp.product_name,'(',pp.payment_term,'年)') as productName,
concat(pp.company_name, '\n', pp.region) as companyName, concat(pp.company_name, '\n', pp.region) as companyName,
......
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