Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
7743d1fc
Commit
7743d1fc
authored
Jun 19, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-合同自动化代码提交
parent
4a87d348
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
TEmployeeContractPreServiceImpl.java
...rchives/service/impl/TEmployeeContractPreServiceImpl.java
+2
-0
TEmployeePreLogServiceImpl.java
...ifu/archives/service/impl/TEmployeePreLogServiceImpl.java
+2
-0
TEmployeeProjectServiceImpl.java
...fu/archives/service/impl/TEmployeeProjectServiceImpl.java
+1
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeContractPreServiceImpl.java
View file @
7743d1fc
...
@@ -30,6 +30,7 @@ import lombok.RequiredArgsConstructor;
...
@@ -30,6 +30,7 @@ import lombok.RequiredArgsConstructor;
import
lombok.extern.log4j.Log4j2
;
import
lombok.extern.log4j.Log4j2
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.springframework.web.client.RestTemplate
;
import
org.springframework.web.client.RestTemplate
;
...
@@ -56,6 +57,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
...
@@ -56,6 +57,7 @@ public class TEmployeeContractPreServiceImpl extends ServiceImpl<TEmployeeContra
private
final
TEmployeeContractAuditService
tEmployeeContractAuditService
;
private
final
TEmployeeContractAuditService
tEmployeeContractAuditService
;
@Autowired
private
final
TEmployeeContractInfoService
contractInfoService
;
private
final
TEmployeeContractInfoService
contractInfoService
;
@Autowired
@Autowired
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeePreLogServiceImpl.java
View file @
7743d1fc
...
@@ -45,6 +45,7 @@ import com.yifu.cloud.plus.v1.yifu.insurances.entity.TEmployeeInsurancePre;
...
@@ -45,6 +45,7 @@ import com.yifu.cloud.plus.v1.yifu.insurances.entity.TEmployeeInsurancePre;
import
lombok.AllArgsConstructor
;
import
lombok.AllArgsConstructor
;
import
lombok.extern.log4j.Log4j2
;
import
lombok.extern.log4j.Log4j2
;
import
org.springframework.boot.context.properties.EnableConfigurationProperties
;
import
org.springframework.boot.context.properties.EnableConfigurationProperties
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
java.time.LocalDateTime
;
import
java.time.LocalDateTime
;
...
@@ -65,6 +66,7 @@ import static com.alibaba.fastjson.serializer.SerializerFeature.*;
...
@@ -65,6 +66,7 @@ import static com.alibaba.fastjson.serializer.SerializerFeature.*;
public
class
TEmployeePreLogServiceImpl
extends
ServiceImpl
<
TEmployeePreLogMapper
,
TEmployeePreLog
>
implements
TEmployeePreLogService
{
public
class
TEmployeePreLogServiceImpl
extends
ServiceImpl
<
TEmployeePreLogMapper
,
TEmployeePreLog
>
implements
TEmployeePreLogService
{
private
final
DaprInsurancesProperties
daprInsurancesProperties
;
private
final
DaprInsurancesProperties
daprInsurancesProperties
;
private
final
TEmployeePreLogDetailService
tEmployeePreLogDetailService
;
private
final
TEmployeePreLogDetailService
tEmployeePreLogDetailService
;
@Lazy
private
final
TEmployeeContractPreService
contractPreService
;
private
final
TEmployeeContractPreService
contractPreService
;
/**
/**
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeProjectServiceImpl.java
View file @
7743d1fc
...
@@ -123,6 +123,7 @@ public class TEmployeeProjectServiceImpl extends ServiceImpl<TEmployeeProjectMap
...
@@ -123,6 +123,7 @@ public class TEmployeeProjectServiceImpl extends ServiceImpl<TEmployeeProjectMap
private
TEmployeeContractAuditService
tEmployeeContractAuditService
;
private
TEmployeeContractAuditService
tEmployeeContractAuditService
;
@Autowired
@Autowired
@Lazy
private
EmployeeRegistrationPreService
registrationPreService
;
private
EmployeeRegistrationPreService
registrationPreService
;
@Override
@Override
...
...
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