Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
88e4cffd
Commit
88e4cffd
authored
Jun 15, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.24 - 档案待完善的idList
parent
ef584eca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
TCompleteMonitorServiceImpl.java
...fu/archives/service/impl/TCompleteMonitorServiceImpl.java
+3
-0
TCompleteMonitorMapper.xml
...-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
+6
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TCompleteMonitorServiceImpl.java
View file @
88e4cffd
...
@@ -185,6 +185,9 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
...
@@ -185,6 +185,9 @@ public class TCompleteMonitorServiceImpl extends ServiceImpl<TCompleteMonitorMap
String
fileName
=
"档案待完整列表"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
String
fileName
=
"档案待完整列表"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
//获取要导出的列表
//获取要导出的列表
List
<
EmployeeRegistrationProjectListVo
>
list
=
new
ArrayList
<>();
List
<
EmployeeRegistrationProjectListVo
>
list
=
new
ArrayList
<>();
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
}
//权限赋值
//权限赋值
initSearchVo
(
searchVo
);
initSearchVo
(
searchVo
);
long
count
=
baseMapper
.
getAllLackArchivesExportCount
(
searchVo
);
long
count
=
baseMapper
.
getAllLackArchivesExportCount
(
searchVo
);
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TCompleteMonitorMapper.xml
View file @
88e4cffd
...
@@ -120,6 +120,12 @@
...
@@ -120,6 +120,12 @@
<if
test=
"employeeRegistrationPre.id != null and employeeRegistrationPre.id.trim() != ''"
>
<if
test=
"employeeRegistrationPre.id != null and employeeRegistrationPre.id.trim() != ''"
>
AND a.id = #{employeeRegistrationPre.id}
AND a.id = #{employeeRegistrationPre.id}
</if>
</if>
<if
test=
"employeeRegistrationPre.idList != null and employeeRegistrationPre.idList.size() > 0"
>
AND a.id in
<foreach
item=
"idStr"
index=
"index"
collection=
"employeeRegistrationPre.idList"
open=
"("
separator=
","
close=
")"
>
#{idStr}
</foreach>
</if>
<if
test=
"employeeRegistrationPre.employeeName != null and employeeRegistrationPre.employeeName.trim() != ''"
>
<if
test=
"employeeRegistrationPre.employeeName != null and employeeRegistrationPre.employeeName.trim() != ''"
>
AND a.EMP_NAME like CONCAT('%',#{employeeRegistrationPre.employeeName},'%')
AND a.EMP_NAME like CONCAT('%',#{employeeRegistrationPre.employeeName},'%')
</if>
</if>
...
...
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