Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-csf
Commits
b371eba0
Commit
b371eba0
authored
Oct 10, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
远程调用-问卷-答题提交接口
parent
d1901701
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
yd-csf-feign/src/main/java/com/yd/csf/feign/response/appointment/ApiAppointmentPageResponse.java
+5
-0
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
+1
-0
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/response/appointment/ApiAppointmentPageResponse.java
View file @
b371eba0
...
...
@@ -12,6 +12,11 @@ import java.time.LocalDateTime;
public
class
ApiAppointmentPageResponse
{
/**
* 预约信息主表唯一业务ID
*/
private
String
appointmentBizId
;
/**
* 预约编号
*/
private
String
appointmentNo
;
...
...
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
View file @
b371eba0
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment