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
f3b56bf0
Commit
f3b56bf0
authored
May 10, 2024
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自动化办理审核 导出
parent
c11475cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
TDispatchInfoExportVo.java
...u/cloud/plus/v1/yifu/social/vo/TDispatchInfoExportVo.java
+3
-3
TSocialDeadlineInfoServiceImpl.java
...u/social/service/impl/TSocialDeadlineInfoServiceImpl.java
+2
-0
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TDispatchInfoExportVo.java
View file @
f3b56bf0
...
...
@@ -522,10 +522,10 @@ public class TDispatchInfoExportVo {
private
Date
firstPayTime
;
/**
* 社保自动化标识 0 是 1 否
* 社保自动化标识 0 是 1 否
2 无
*/
@ExcelAttribute
(
name
=
"是否自动化审核"
,
isNotEmpty
=
false
)
@Schema
(
description
=
"是否自动化审核:0 是 1 否"
)
@ExcelAttribute
(
name
=
"是否自动化审核"
,
isNotEmpty
=
false
,
readConverterExp
=
"0=是,1=否,2=无"
)
@Schema
(
description
=
"是否自动化审核:0 是 1 否
2 无
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"是否自动化审核"
)
private
String
autoFlag
;
...
...
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TSocialDeadlineInfoServiceImpl.java
View file @
f3b56bf0
...
...
@@ -284,8 +284,10 @@ public class TSocialDeadlineInfoServiceImpl extends ServiceImpl<TSocialDeadlineI
for
(
TSocialDeadlineInfo
sd:
baseLists
){
save
=
new
TSocialDeadlineInfo
();
BeanUtil
.
copyProperties
(
sd
,
save
);
save
.
setId
(
null
);
initSocialEndDate
(
holidayMap
,
save
);
initMedicalEndDate
(
holidayMap
,
save
);
saveList
.
add
(
save
);
}
if
(
Common
.
isNotNull
(
saveList
)){
this
.
saveBatch
(
saveList
);
...
...
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