Commit b371eba0 by zhangxingmin

远程调用-问卷-答题提交接口

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