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
17607b8d
Commit
17607b8d
authored
Dec 02, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.17-2000改为5条
parent
daf15711
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
TEmpContractAlertController.java
...yifu/archives/controller/TEmpContractAlertController.java
+2
-2
EmployeeRegistrationLeaveController.java
...1/csp/controller/EmployeeRegistrationLeaveController.java
+2
-2
EmployeeRegistrationLeaveMapper.xml
...main/resources/mapper/EmployeeRegistrationLeaveMapper.xml
+1
-1
TInsurancesWarnController.java
...yifu/insurances/controller/TInsurancesWarnController.java
+2
-2
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/controller/TEmpContractAlertController.java
View file @
17607b8d
...
...
@@ -89,8 +89,8 @@ public class TEmpContractAlertController {
return
R
.
ok
(
tEmpContractAlertService
.
getAutoPage
(
page
,
searchVo
));
}
@Operation
(
description
=
"合同待续签数量查询"
)
@
Pos
tMapping
(
"/getAutoContractCount"
)
public
R
<
Long
>
getAutoContractCount
(
@RequestBody
ContractAlertSearchVo
searchVo
)
{
@
Ge
tMapping
(
"/getAutoContractCount"
)
public
R
<
Long
>
getAutoContractCount
(
ContractAlertSearchVo
searchVo
)
{
setAuth
(
searchVo
);
return
R
.
ok
(
tEmpContractAlertService
.
getAutoContractCount
(
searchVo
));
}
...
...
yifu-csp/yifu-csp-biz/src/main/java/com/yifu/cloud/plus/v1/csp/controller/EmployeeRegistrationLeaveController.java
View file @
17607b8d
...
...
@@ -73,8 +73,8 @@ public class EmployeeRegistrationLeaveController {
}
@Operation
(
description
=
"离职待办数量查询"
)
@
Pos
tMapping
(
"/getRegistrationLeaveCount"
)
public
R
<
Long
>
getRegistrationLeaveCount
(
@RequestBody
EmployeeRegistrationLeaveSearchVo
searchVo
)
{
@
Ge
tMapping
(
"/getRegistrationLeaveCount"
)
public
R
<
Long
>
getRegistrationLeaveCount
(
EmployeeRegistrationLeaveSearchVo
searchVo
)
{
this
.
setLeaveBaseAuth
(
searchVo
);
return
R
.
ok
(
employeeRegistrationLeaveService
.
getRegistrationLeaveCount
(
searchVo
));
}
...
...
yifu-csp/yifu-csp-biz/src/main/resources/mapper/EmployeeRegistrationLeaveMapper.xml
View file @
17607b8d
...
...
@@ -473,7 +473,7 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh
</if>
</where>
ORDER BY b.create_time desc,b.id asc
limit
5
limit
2000
</select>
<!--离职确认列表-->
<select
id=
"getEmployeeRegistrationLeaveConfirmTablePage"
resultMap=
"tableAndExportMap"
>
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/controller/TInsurancesWarnController.java
View file @
17607b8d
...
...
@@ -74,8 +74,8 @@ public class TInsurancesWarnController {
* @return: com.yifu.cloud.plus.v1.yifu.common.core.util.R
**/
@Operation
(
description
=
"商险待续签保数量查询"
)
@
Pos
tMapping
(
"/getInsuranceAlertCount"
)
public
R
<
Long
>
getInsuranceAlertCount
(
@RequestBody
TInsuranceAlertSearchVo
tInsuranceAlert
)
{
@
Ge
tMapping
(
"/getInsuranceAlertCount"
)
public
R
<
Long
>
getInsuranceAlertCount
(
TInsuranceAlertSearchVo
tInsuranceAlert
)
{
YifuUser
user
=
SecurityUtils
.
getUser
();
menuUtil
.
setAuthSql
(
user
,
tInsuranceAlert
);
return
R
.
ok
(
insuranceWarnService
.
getInsuranceAlertCount
(
tInsuranceAlert
));
...
...
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