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
ea60666a
Commit
ea60666a
authored
Mar 12, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
2876eae8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentServiceImpl.java
+5
-1
yd-csf-service/src/main/java/com/yd/csf/service/config/CsfMybatisPlusConfig.java
+1
-1
No files found.
yd-csf-api/src/main/java/com/yd/csf/api/service/impl/ApiAppointmentServiceImpl.java
View file @
ea60666a
...
...
@@ -18,6 +18,7 @@ import com.yd.csf.feign.dto.appointment.*;
import
com.yd.csf.feign.dto.appointmentfile.ApiAppointmentFileDto
;
import
com.yd.csf.feign.request.appointment.*
;
import
com.yd.csf.feign.response.appointment.*
;
import
com.yd.csf.service.dao.AppointmentMapper
;
import
com.yd.csf.service.dto.PolicySigner
;
import
com.yd.csf.service.enums.AppointmentStatusEnum
;
import
com.yd.csf.service.enums.FnaStatusEnum
;
...
...
@@ -141,6 +142,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
private
PolicyBrokerService
policyBrokerService
;
@Resource
private
PolicyAppointmentFileService
policyAppointmentFileService
;
@Resource
private
AppointmentMapper
appointmentMapper
;
/**
* 预约分页查询
...
...
@@ -395,7 +398,8 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
appointment
.
setStatus
(
status
);
appointment
.
setCreatorName
(
authUserDto
.
getUsername
());
appointment
.
setIsLegalBeneficiary
(
isLegalBeneficiary
);
iAppointmentService
.
saveOrUpdate
(
appointment
);
appointmentMapper
.
insert
(
appointment
);
// iAppointmentService.saveOrUpdate(appointment);
return
Result
.
success
(
appointment
);
}
...
...
yd-csf-service/src/main/java/com/yd/csf/service/config/CsfMybatisPlusConfig.java
View file @
ea60666a
...
...
@@ -34,8 +34,8 @@ public class CsfMybatisPlusConfig {
*/
@Bean
public
MetaObjectHandler
metaObjectHandler
()
{
log
.
info
(
"MetaObjectHandler Bean 正在创建..."
,
"MetaObjectHandler Bean 正在创建=========="
);
return
new
MetaObjectHandler
()
{
@Override
public
void
insertFill
(
MetaObject
metaObject
)
{
//获取Security上下文当前用户的登录信息
...
...
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