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
cf571500
Commit
cf571500
authored
Nov 17, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预约分页查询-增加字段返回
parent
a83b541d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
yd-csf-feign/src/main/java/com/yd/csf/feign/response/appointment/ApiAppointmentPageResponse.java
+10
-0
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
+3
-1
No files found.
yd-csf-feign/src/main/java/com/yd/csf/feign/response/appointment/ApiAppointmentPageResponse.java
View file @
cf571500
...
...
@@ -90,4 +90,14 @@ public class ApiAppointmentPageResponse {
* 创建人用户名
*/
private
String
creatorName
;
/**
* 意向预约时间
*/
private
LocalDateTime
intentionAppointmentTime
;
/**
* 确定预约时间
*/
private
LocalDateTime
confirmAppointmentTime
;
}
yd-csf-service/src/main/resources/mappers/AppointmentMapper.xml
View file @
cf571500
...
...
@@ -24,7 +24,9 @@
a.business_represent_account1,
a.creator_id,
a.create_time,
a.creator_name
a.creator_name,
a.intention_appointment_time,
a.confirm_appointment_time
from appointment a
left join product_plan pp on a.appointment_biz_id = pp.appointment_biz_id and pp.is_deleted = 0
left join policyholder p on a.appointment_biz_id = p.appointment_biz_id and p.is_deleted = 0
...
...
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