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
5e5e9fc1
Commit
5e5e9fc1
authored
Jun 10, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.24 - 勾选导出
parent
366c3aa9
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
59 additions
and
14 deletions
+59
-14
EmployeeRegistrationPreSearchVo.java
.../v1/yifu/archives/vo/EmployeeRegistrationPreSearchVo.java
+3
-0
TEmployeeContractPreNewSearchVo.java
.../v1/yifu/archives/vo/TEmployeeContractPreNewSearchVo.java
+3
-0
TEmployeeContractPreSearchVo.java
...lus/v1/yifu/archives/vo/TEmployeeContractPreSearchVo.java
+1
-1
EmployeeRegistrationPreServiceImpl.java
...ives/service/impl/EmployeeRegistrationPreServiceImpl.java
+6
-0
TEmpContractAlertServiceImpl.java
...u/archives/service/impl/TEmpContractAlertServiceImpl.java
+1
-1
TEmployeeContractPreNewServiceImpl.java
...ives/service/impl/TEmployeeContractPreNewServiceImpl.java
+14
-6
EmployeeRegistrationPreMapper.xml
...c/main/resources/mapper/EmployeeRegistrationPreMapper.xml
+6
-0
EmployeeRegistrationLeaveSearchVo.java
...oud/plus/v1/csp/vo/EmployeeRegistrationLeaveSearchVo.java
+1
-0
EmployeeRegistrationSearchVo.java
...fu/cloud/plus/v1/csp/vo/EmployeeRegistrationSearchVo.java
+3
-0
EmployeeRegistrationLeaveServiceImpl.java
...sp/service/impl/EmployeeRegistrationLeaveServiceImpl.java
+4
-2
EmployeeRegistrationServiceImpl.java
.../v1/csp/service/impl/EmployeeRegistrationServiceImpl.java
+3
-0
EmployeeRegistrationLeaveMapper.xml
...main/resources/mapper/EmployeeRegistrationLeaveMapper.xml
+1
-1
EmployeeRegistrationMapper.xml
.../src/main/resources/mapper/EmployeeRegistrationMapper.xml
+6
-0
TEmployeeInsurancePreSearchVo.java
.../v1/yifu/insurances/vo/TEmployeeInsurancePreSearchVo.java
+1
-0
TInsuranceAlertSearchVo.java
...d/plus/v1/yifu/insurances/vo/TInsuranceAlertSearchVo.java
+1
-0
TEmployeeInsurancePreServiceImpl.java
...vice/insurance/impl/TEmployeeInsurancePreServiceImpl.java
+3
-0
TInsuranceWarnServiceImpl.java
...ces/service/insurance/impl/TInsuranceWarnServiceImpl.java
+1
-2
TDispatchInfoPreSearchVo.java
...loud/plus/v1/yifu/social/vo/TDispatchInfoPreSearchVo.java
+1
-1
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/EmployeeRegistrationPreSearchVo.java
View file @
5e5e9fc1
...
@@ -23,6 +23,9 @@ public class EmployeeRegistrationPreSearchVo extends EmployeeRegistrationPre {
...
@@ -23,6 +23,9 @@ public class EmployeeRegistrationPreSearchVo extends EmployeeRegistrationPre {
@Schema
(
description
=
"选中ID,多个逗号分割"
)
@Schema
(
description
=
"选中ID,多个逗号分割"
)
private
String
ids
;
private
String
ids
;
@Schema
(
description
=
"选中ID数组"
)
private
List
<
String
>
idList
;
/**
/**
* 创建时间区间 [开始时间,结束时间]
* 创建时间区间 [开始时间,结束时间]
*/
*/
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TEmployeeContractPreNewSearchVo.java
View file @
5e5e9fc1
...
@@ -39,6 +39,9 @@ public class TEmployeeContractPreNewSearchVo extends TEmployeeContractPreNew {
...
@@ -39,6 +39,9 @@ public class TEmployeeContractPreNewSearchVo extends TEmployeeContractPreNew {
@Schema
(
description
=
"选中ID,多个逗号分割"
)
@Schema
(
description
=
"选中ID,多个逗号分割"
)
private
List
<
String
>
ids
;
private
List
<
String
>
ids
;
@Schema
(
description
=
"选中ID数组"
)
private
List
<
String
>
idList
;
/**
/**
* 创建时间区间 [开始时间,结束时间]
* 创建时间区间 [开始时间,结束时间]
*/
*/
...
...
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TEmployeeContractPreSearchVo.java
View file @
5e5e9fc1
...
@@ -20,7 +20,7 @@ public class TEmployeeContractPreSearchVo extends TEmployeeContractPre {
...
@@ -20,7 +20,7 @@ public class TEmployeeContractPreSearchVo extends TEmployeeContractPre {
/**
/**
* 多选导出或删除等操作
* 多选导出或删除等操作
*/
*/
@Schema
(
description
=
"选中ID
,id
数组"
)
@Schema
(
description
=
"选中ID数组"
)
private
List
<
String
>
idList
;
private
List
<
String
>
idList
;
/**
/**
* @Author fxj
* @Author fxj
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/EmployeeRegistrationPreServiceImpl.java
View file @
5e5e9fc1
...
@@ -141,6 +141,9 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -141,6 +141,9 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
String
fileName
=
"入职待建档表批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
String
fileName
=
"入职待建档表批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
//获取要导出的列表
//获取要导出的列表
List
<
EmployeeRegistrationPreExportVo
>
list
=
new
ArrayList
<>();
List
<
EmployeeRegistrationPreExportVo
>
list
=
new
ArrayList
<>();
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
}
//权限赋值
//权限赋值
initSearchVo
(
searchVo
);
initSearchVo
(
searchVo
);
if
(
Common
.
isEmpty
(
searchVo
.
getStatusList
())
if
(
Common
.
isEmpty
(
searchVo
.
getStatusList
())
...
@@ -205,6 +208,9 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
...
@@ -205,6 +208,9 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
String
fileName
=
"入职确认信息批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
String
fileName
=
"入职确认信息批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
//获取要导出的列表
//获取要导出的列表
List
<
EmployeeRegistrationPreInfoExportVo
>
list
=
new
ArrayList
<>();
List
<
EmployeeRegistrationPreInfoExportVo
>
list
=
new
ArrayList
<>();
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
}
//权限赋值
//权限赋值
initSearchVo
(
searchVo
);
initSearchVo
(
searchVo
);
if
(
Common
.
isEmpty
(
searchVo
.
getStatusList
())
if
(
Common
.
isEmpty
(
searchVo
.
getStatusList
())
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmpContractAlertServiceImpl.java
View file @
5e5e9fc1
...
@@ -1187,7 +1187,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM
...
@@ -1187,7 +1187,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM
**/
**/
@Override
@Override
public
void
listAutoExport
(
HttpServletResponse
response
,
ContractAlertSearchVo
searchVo
)
{
public
void
listAutoExport
(
HttpServletResponse
response
,
ContractAlertSearchVo
searchVo
)
{
if
(
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
if
(
!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Arrays
.
asList
(
searchVo
.
getIds
().
split
(
CommonConstants
.
COMMA_STRING
)));
searchVo
.
setIdList
(
Arrays
.
asList
(
searchVo
.
getIds
().
split
(
CommonConstants
.
COMMA_STRING
)));
}
}
// 如果查询条件续签状态为空默认查询 非已完成 状态数据
// 如果查询条件续签状态为空默认查询 非已完成 状态数据
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeContractPreNewServiceImpl.java
View file @
5e5e9fc1
...
@@ -192,10 +192,14 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
...
@@ -192,10 +192,14 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
@Override
@Override
public
List
<
TEmployeeContractPreNew
>
noPageDiy
(
TEmployeeContractPreNewSearchVo
searchVo
)
{
public
List
<
TEmployeeContractPreNew
>
noPageDiy
(
TEmployeeContractPreNewSearchVo
searchVo
)
{
LambdaQueryWrapper
<
TEmployeeContractPreNew
>
wrapper
=
buildQueryWrapper
(
searchVo
);
LambdaQueryWrapper
<
TEmployeeContractPreNew
>
wrapper
=
buildQueryWrapper
(
searchVo
);
List
<
String
>
idList
=
searchVo
.
getIds
();
if
(
Common
.
isNotNull
(
searchVo
.
getIdList
()))
{
wrapper
.
in
(
TEmployeeContractPreNew:
:
getId
,
searchVo
.
getIdList
());
}
else
{
List
<
String
>
idList
=
searchVo
.
getIds
();
if
(
Common
.
isNotNull
(
idList
))
{
if
(
Common
.
isNotNull
(
idList
))
{
wrapper
.
in
(
TEmployeeContractPreNew:
:
getId
,
idList
);
wrapper
.
in
(
TEmployeeContractPreNew:
:
getId
,
idList
);
}
}
}
if
(
searchVo
.
getLimitStart
()
>=
0
&&
searchVo
.
getLimitEnd
()
>
0
)
{
if
(
searchVo
.
getLimitStart
()
>=
0
&&
searchVo
.
getLimitEnd
()
>
0
)
{
wrapper
.
last
(
" limit "
+
searchVo
.
getLimitStart
()
+
","
+
searchVo
.
getLimitEnd
());
wrapper
.
last
(
" limit "
+
searchVo
.
getLimitStart
()
+
","
+
searchVo
.
getLimitEnd
());
}
}
...
@@ -205,10 +209,14 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
...
@@ -205,10 +209,14 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
private
Long
noPageCountDiy
(
TEmployeeContractPreNewSearchVo
searchVo
)
{
private
Long
noPageCountDiy
(
TEmployeeContractPreNewSearchVo
searchVo
)
{
LambdaQueryWrapper
<
TEmployeeContractPreNew
>
wrapper
=
buildQueryWrapper
(
searchVo
);
LambdaQueryWrapper
<
TEmployeeContractPreNew
>
wrapper
=
buildQueryWrapper
(
searchVo
);
if
(
Common
.
isNotNull
(
searchVo
.
getIdList
()))
{
wrapper
.
in
(
TEmployeeContractPreNew:
:
getId
,
searchVo
.
getIdList
());
}
else
{
List
<
String
>
idList
=
searchVo
.
getIds
();
List
<
String
>
idList
=
searchVo
.
getIds
();
if
(
Common
.
isNotNull
(
idList
))
{
if
(
Common
.
isNotNull
(
idList
))
{
wrapper
.
in
(
TEmployeeContractPreNew:
:
getId
,
idList
);
wrapper
.
in
(
TEmployeeContractPreNew:
:
getId
,
idList
);
}
}
}
return
baseMapper
.
selectCount
(
wrapper
);
return
baseMapper
.
selectCount
(
wrapper
);
}
}
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/EmployeeRegistrationPreMapper.xml
View file @
5e5e9fc1
...
@@ -128,6 +128,12 @@
...
@@ -128,6 +128,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.employee_name like CONCAT('%',#{employeeRegistrationPre.employeeName},'%')
AND a.employee_name like CONCAT('%',#{employeeRegistrationPre.employeeName},'%')
</if>
</if>
...
...
yifu-csp/yifu-csp-api/src/main/java/com/yifu/cloud/plus/v1/csp/vo/EmployeeRegistrationLeaveSearchVo.java
View file @
5e5e9fc1
...
@@ -60,6 +60,7 @@ public class EmployeeRegistrationLeaveSearchVo extends EmployeeRegistrationLeave
...
@@ -60,6 +60,7 @@ public class EmployeeRegistrationLeaveSearchVo extends EmployeeRegistrationLeave
@TableField
(
exist
=
false
)
@TableField
(
exist
=
false
)
private
List
<
String
>
idcardList
;
private
List
<
String
>
idcardList
;
@Schema
(
description
=
"选中ID数组"
)
private
List
<
String
>
idList
;
private
List
<
String
>
idList
;
// 0待确认1待处理2处理中3已处理
// 0待确认1待处理2处理中3已处理
...
...
yifu-csp/yifu-csp-api/src/main/java/com/yifu/cloud/plus/v1/csp/vo/EmployeeRegistrationSearchVo.java
View file @
5e5e9fc1
...
@@ -25,6 +25,9 @@ public class EmployeeRegistrationSearchVo extends EmployeeRegistration {
...
@@ -25,6 +25,9 @@ public class EmployeeRegistrationSearchVo extends EmployeeRegistration {
@Schema
(
description
=
"选中ID,多个逗号分割"
)
@Schema
(
description
=
"选中ID,多个逗号分割"
)
private
String
ids
;
private
String
ids
;
@Schema
(
description
=
"选中ID数组"
)
private
List
<
String
>
idList
;
/**
/**
* 创建时间区间 [开始时间,结束时间]
* 创建时间区间 [开始时间,结束时间]
*/
*/
...
...
yifu-csp/yifu-csp-biz/src/main/java/com/yifu/cloud/plus/v1/csp/service/impl/EmployeeRegistrationLeaveServiceImpl.java
View file @
5e5e9fc1
...
@@ -177,8 +177,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
...
@@ -177,8 +177,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
String
fileName
=
"自动化离职待处理批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
String
fileName
=
"自动化离职待处理批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
//获取要导出的列表
//获取要导出的列表
List
<
EmployeeRegistrationLeaveExportVo
>
list
=
new
ArrayList
<>();
List
<
EmployeeRegistrationLeaveExportVo
>
list
=
new
ArrayList
<>();
//获取要导出的列表
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
if
(
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
}
}
//权限赋值
//权限赋值
...
@@ -232,6 +231,9 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
...
@@ -232,6 +231,9 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
String
fileName
=
"自动化离职确认批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
String
fileName
=
"自动化离职确认批量导出"
+
DateUtil
.
getThisTime
()
+
".xlsx"
;
//获取要导出的列表
//获取要导出的列表
List
<
EmployeeRegistrationLeaveConfirmExportVo
>
list
=
new
ArrayList
<>();
List
<
EmployeeRegistrationLeaveConfirmExportVo
>
list
=
new
ArrayList
<>();
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
}
long
count
=
baseMapper
.
getEmployeeRegistrationLeaveConfirmTableCount
(
searchVo
);
long
count
=
baseMapper
.
getEmployeeRegistrationLeaveConfirmTableCount
(
searchVo
);
ServletOutputStream
out
=
null
;
ServletOutputStream
out
=
null
;
try
{
try
{
...
...
yifu-csp/yifu-csp-biz/src/main/java/com/yifu/cloud/plus/v1/csp/service/impl/EmployeeRegistrationServiceImpl.java
View file @
5e5e9fc1
...
@@ -387,6 +387,9 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
...
@@ -387,6 +387,9 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
//获取要导出的列表
//获取要导出的列表
List
<
EmployeeRegistrationHrExportVo
>
list
=
new
ArrayList
<>();
List
<
EmployeeRegistrationHrExportVo
>
list
=
new
ArrayList
<>();
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
}
long
count
=
baseMapper
.
selectExportCount
(
searchVo
);
long
count
=
baseMapper
.
selectExportCount
(
searchVo
);
try
(
ServletOutputStream
out
=
response
.
getOutputStream
())
{
try
(
ServletOutputStream
out
=
response
.
getOutputStream
())
{
response
.
setContentType
(
CommonConstants
.
MULTIPART_FORM_DATA
);
response
.
setContentType
(
CommonConstants
.
MULTIPART_FORM_DATA
);
...
...
yifu-csp/yifu-csp-biz/src/main/resources/mapper/EmployeeRegistrationLeaveMapper.xml
View file @
5e5e9fc1
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
<if
test=
"employeeRegistrationLeave.id != null and employeeRegistrationLeave.id.trim() != ''"
>
<if
test=
"employeeRegistrationLeave.id != null and employeeRegistrationLeave.id.trim() != ''"
>
AND a.id = #{employeeRegistrationLeave.id}
AND a.id = #{employeeRegistrationLeave.id}
</if>
</if>
<if
test=
"employeeRegistrationLeave.idList != null"
>
<if
test=
"employeeRegistrationLeave.idList != null
and employeeRegistrationLeave.idList.size() > 0
"
>
AND a.id in
AND a.id in
<foreach
item=
"idStr"
index=
"index"
collection=
"employeeRegistrationLeave.idList"
open=
"("
separator=
","
close=
")"
>
<foreach
item=
"idStr"
index=
"index"
collection=
"employeeRegistrationLeave.idList"
open=
"("
separator=
","
close=
")"
>
#{idStr}
#{idStr}
...
...
yifu-csp/yifu-csp-biz/src/main/resources/mapper/EmployeeRegistrationMapper.xml
View file @
5e5e9fc1
...
@@ -128,6 +128,12 @@
...
@@ -128,6 +128,12 @@
<if
test=
"employeeRegistration.id != null and employeeRegistration.id.trim() != ''"
>
<if
test=
"employeeRegistration.id != null and employeeRegistration.id.trim() != ''"
>
AND a.id = #{employeeRegistration.id}
AND a.id = #{employeeRegistration.id}
</if>
</if>
<if
test=
"employeeRegistration.idList != null and employeeRegistration.idList.size() > 0"
>
AND a.id in
<foreach
item=
"idStr"
index=
"index"
collection=
"employeeRegistration.idList"
open=
"("
separator=
","
close=
")"
>
#{idStr}
</foreach>
</if>
<if
test=
"employeeRegistration.employeeName != null and employeeRegistration.employeeName.trim() != ''"
>
<if
test=
"employeeRegistration.employeeName != null and employeeRegistration.employeeName.trim() != ''"
>
AND a.employee_name like CONCAT('%',#{employeeRegistration.employeeName},'%')
AND a.employee_name like CONCAT('%',#{employeeRegistration.employeeName},'%')
</if>
</if>
...
...
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TEmployeeInsurancePreSearchVo.java
View file @
5e5e9fc1
...
@@ -23,6 +23,7 @@ public class TEmployeeInsurancePreSearchVo extends TEmployeeInsurancePre {
...
@@ -23,6 +23,7 @@ public class TEmployeeInsurancePreSearchVo extends TEmployeeInsurancePre {
@Schema
(
description
=
"选中ID,多个逗号分割"
)
@Schema
(
description
=
"选中ID,多个逗号分割"
)
private
String
ids
;
private
String
ids
;
@Schema
(
description
=
"选中ID数组"
)
private
List
<
String
>
idList
;
private
List
<
String
>
idList
;
/**
/**
...
...
yifu-insurances/yifu-insurances-api/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/vo/TInsuranceAlertSearchVo.java
View file @
5e5e9fc1
...
@@ -39,6 +39,7 @@ public class TInsuranceAlertSearchVo extends TInsuranceAlert {
...
@@ -39,6 +39,7 @@ public class TInsuranceAlertSearchVo extends TInsuranceAlert {
@Schema
(
description
=
"选中ID,多个逗号分割"
)
@Schema
(
description
=
"选中ID,多个逗号分割"
)
private
String
ids
;
private
String
ids
;
@Schema
(
description
=
"选中ID数组"
)
private
List
<
String
>
idList
;
private
List
<
String
>
idList
;
@Schema
(
description
=
"项目权限数组"
)
@Schema
(
description
=
"项目权限数组"
)
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TEmployeeInsurancePreServiceImpl.java
View file @
5e5e9fc1
...
@@ -141,6 +141,9 @@ public class TEmployeeInsurancePreServiceImpl extends ServiceImpl<TEmployeeInsur
...
@@ -141,6 +141,9 @@ public class TEmployeeInsurancePreServiceImpl extends ServiceImpl<TEmployeeInsur
if
(
null
==
searchVo
.
getStatusList
())
{
if
(
null
==
searchVo
.
getStatusList
())
{
searchVo
.
setStatusList
(
CommonConstants
.
processListPreArchivesStatus
);
searchVo
.
setStatusList
(
CommonConstants
.
processListPreArchivesStatus
);
}
}
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIds
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIds
()));
}
//权限赋值
//权限赋值
initSearchVo
(
searchVo
);
initSearchVo
(
searchVo
);
long
count
=
baseMapper
.
selectExportCount
(
searchVo
);
long
count
=
baseMapper
.
selectExportCount
(
searchVo
);
...
...
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TInsuranceWarnServiceImpl.java
View file @
5e5e9fc1
...
@@ -97,8 +97,7 @@ public class TInsuranceWarnServiceImpl extends ServiceImpl<TInsuranceWarnMapper,
...
@@ -97,8 +97,7 @@ public class TInsuranceWarnServiceImpl extends ServiceImpl<TInsuranceWarnMapper,
String
fileName
=
"商险待续保导出"
+
DateUtil
.
getThisTime
()
+
CommonConstants
.
XLSX
;
String
fileName
=
"商险待续保导出"
+
DateUtil
.
getThisTime
()
+
CommonConstants
.
XLSX
;
//获取要导出的列表
//获取要导出的列表
List
<
TInsuranceAlertExportVO
>
list
=
null
;
List
<
TInsuranceAlertExportVO
>
list
=
null
;
//获取要导出的列表
if
(!
Common
.
isNotNull
(
searchVo
.
getIdList
())
&&
Common
.
isNotNull
(
searchVo
.
getIdStr
()))
{
if
(
Common
.
isNotNull
(
searchVo
.
getIdStr
()))
{
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIdStr
()));
searchVo
.
setIdList
(
Common
.
getList
(
searchVo
.
getIdStr
()));
}
}
//权限赋值
//权限赋值
...
...
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TDispatchInfoPreSearchVo.java
View file @
5e5e9fc1
...
@@ -19,7 +19,7 @@ public class TDispatchInfoPreSearchVo extends TDispatchInfoPre {
...
@@ -19,7 +19,7 @@ public class TDispatchInfoPreSearchVo extends TDispatchInfoPre {
/**
/**
* 多选导出或删除等操作
* 多选导出或删除等操作
*/
*/
@Schema
(
description
=
"选中ID"
)
@Schema
(
description
=
"选中ID
数组
"
)
private
List
<
String
>
idList
;
private
List
<
String
>
idList
;
/**
/**
* @Author fxj
* @Author fxj
...
...
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