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
56c4c846
Commit
56c4c846
authored
Dec 03, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.17-批量发起,限制状态
parent
0a5f7a78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
EmployeeRegistrationLeaveSearchVo.java
...oud/plus/v1/csp/vo/EmployeeRegistrationLeaveSearchVo.java
+4
-0
EmployeeRegistrationLeaveMapper.xml
...main/resources/mapper/EmployeeRegistrationLeaveMapper.xml
+11
-0
No files found.
yifu-csp/yifu-csp-api/src/main/java/com/yifu/cloud/plus/v1/csp/vo/EmployeeRegistrationLeaveSearchVo.java
View file @
56c4c846
...
...
@@ -66,6 +66,10 @@ public class EmployeeRegistrationLeaveSearchVo extends EmployeeRegistrationLeave
@TableField
(
exist
=
false
)
private
String
[]
processStatusArray
;
@Schema
(
description
=
"是否批量发起派单,若为1,则过滤6大事项的状态,其他传空"
)
@TableField
(
exist
=
false
)
private
String
isDispatch
;
/**
* @Author fxj
* 查询数据起
...
...
yifu-csp/yifu-csp-biz/src/main/resources/mapper/EmployeeRegistrationLeaveMapper.xml
View file @
56c4c846
...
...
@@ -470,6 +470,17 @@ when '4' then '待减员' when '5' then '待办理' when '6' then '减员中' wh
#{statusStr}
</foreach>
</if>
<if
test=
'employeeRegistrationLeave.isDispatch != null and employeeRegistrationLeave.isDispatch.trim() != ""
and employeeRegistrationLeave.isDispatch.trim() == "1" '
>
and (
(a.do_status_social is not null and a.do_status_social in ('2','3','6','9','10')) or
(a.do_status_fund is not null and a.do_status_fund in ('2','3','9','10')) or
(a.do_status_insurance is not null and a.do_status_insurance in ('2','3','9')) or
(a.do_status_contract is not null and a.do_status_contract in ('2','3','10')) or
(a.do_status_project is not null and a.do_status_project in ('2','9')) or
(a.do_status_emp is not null and a.do_status_emp in ('2','9'))
)
</if>
</if>
</where>
ORDER BY b.create_time desc,b.id asc
...
...
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