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
eca84ca9
You need to sign in or sign up before continuing.
Commit
eca84ca9
authored
Aug 27, 2024
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
年龄及预入职状态过滤优化 fxj 2024-08-27
parent
97b3c9fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
ArchiveTask.java
.../java/com/yifu/cloud/plus/v1/job/compont/ArchiveTask.java
+8
-0
TDispatchInfoServiceImpl.java
...v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
+1
-1
No files found.
yifu-job/yifu-job-api/src/main/java/com/yifu/cloud/plus/v1/job/compont/ArchiveTask.java
View file @
eca84ca9
...
...
@@ -24,6 +24,14 @@ public class ArchiveTask {
@Autowired
private
DaprArchivesProperties
daprArchivesProperties
;
public
void
updateEmployeeAgeTask
()
{
log
.
info
(
"-------------每年1月1号刷新在职和离职人员的年龄信息-定时任务开始------------"
);
HttpDaprUtil
.
invokeMethodPost
(
daprArchivesProperties
.
getAppUrl
(),
daprArchivesProperties
.
getAppId
(),
"/temployeeinfo/inner/updateEmployeeAgeTask"
,
""
,
Object
.
class
,
SecurityConstants
.
FROM_IN
);
log
.
info
(
"-------------每年1月1号刷新在职和离职人员的年龄信息-定时任务结束------------"
);
}
/**
* @Author hgw
* @Description 每月1号清理人员档案、项目档案的薪资状态
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
View file @
eca84ca9
...
...
@@ -2582,7 +2582,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
if
(
empVo
.
getHignEducation
().
equals
(
"7"
))
{
excel
.
setEducationName
(
"硕士"
);
}
if
(
e
xcel
.
getEducationName
().
equals
(
"8"
))
{
if
(
e
mpVo
.
getHignEducation
().
equals
(
"8"
))
{
excel
.
setEducationName
(
"博士"
);
}
if
(
empVo
.
getHignEducation
().
equals
(
"9"
))
{
...
...
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