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
cd9ce964
Commit
cd9ce964
authored
Nov 20, 2025
by
zhangxingmin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/test' into test
parents
8eafdd4f
9ea2e9d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentServiceImpl.java
+3
-0
yd-csf-service/src/main/java/com/yd/csf/service/dto/PolicySigner.java
+7
-0
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentServiceImpl.java
View file @
cd9ce964
...
...
@@ -553,6 +553,9 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
if
(!
Objects
.
isNull
(
appointment
.
getBusinessRepresentName1
()))
{
signer
.
setSigner
(
appointment
.
getBusinessRepresentName1
());
}
if
(!
Objects
.
isNull
(
appointment
.
getAccompanyMobileCode
()))
{
signer
.
setMobileCode
(
appointment
.
getAccompanyMobileCode
());
}
if
(!
Objects
.
isNull
(
appointment
.
getBusinessRepresentMobile1
()))
{
signer
.
setPhone
(
appointment
.
getBusinessRepresentMobile1
());
}
...
...
yd-csf-service/src/main/java/com/yd/csf/service/dto/PolicySigner.java
View file @
cd9ce964
...
...
@@ -11,6 +11,13 @@ public class PolicySigner {
@Schema
(
description
=
"签单员姓名"
)
private
String
signer
;
/**
* 签单员手机区号
*/
@Schema
(
description
=
"签单员手机区号"
)
private
String
mobileCode
;
/**
* 签单员手机号
*/
...
...
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