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
77b05812
Commit
77b05812
authored
Aug 02, 2024
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.6.8-转人工等
parent
622305be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
SocialSoldierExportVo.java
...u/cloud/plus/v1/yifu/social/vo/SocialSoldierExportVo.java
+10
-0
TDispatchInfoMapper.xml
...ial-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
+3
-1
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/SocialSoldierExportVo.java
View file @
77b05812
...
@@ -477,6 +477,16 @@ public class SocialSoldierExportVo implements Serializable {
...
@@ -477,6 +477,16 @@ public class SocialSoldierExportVo implements Serializable {
@ExcelProperty
(
value
=
"首次至缴纳地时间"
)
@ExcelProperty
(
value
=
"首次至缴纳地时间"
)
private
Date
firstPayTime
;
private
Date
firstPayTime
;
/**
* 离职日期
*/
@ExcelAttribute
(
name
=
"离职日期"
)
@ContentStyle
(
dataFormat
=
49
)
@Schema
(
description
=
"离职日期"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"离职日期"
)
private
String
leaveDate
;
@ExcelAttribute
(
name
=
"养老工伤失业-办理状态"
,
readConverterExp
=
"0=无,1=待办理,2=自动办理中,3=继续办理,4=中止办理,5=人工处理,6=成功,7=提交成功"
,
needExport
=
true
)
@ExcelAttribute
(
name
=
"养老工伤失业-办理状态"
,
readConverterExp
=
"0=无,1=待办理,2=自动办理中,3=继续办理,4=中止办理,5=人工处理,6=成功,7=提交成功"
,
needExport
=
true
)
@Schema
(
description
=
"养老工伤失业-办理状态"
)
@Schema
(
description
=
"养老工伤失业-办理状态"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
View file @
77b05812
...
@@ -1126,6 +1126,7 @@
...
@@ -1126,6 +1126,7 @@
<result
property=
"firstPayTime"
column=
"FIRST_PAY_TIME"
/>
<result
property=
"firstPayTime"
column=
"FIRST_PAY_TIME"
/>
<result
property=
"graduationTime"
column=
"GRADUATION_TIME"
/>
<result
property=
"graduationTime"
column=
"GRADUATION_TIME"
/>
<result
property=
"leaveDate"
column=
"LEAVE_DATE"
/>
<result
property=
"ygsHandleStatus"
column=
"ygs_Handle_Status"
/>
<result
property=
"ygsHandleStatus"
column=
"ygs_Handle_Status"
/>
<result
property=
"ysdHandleStatus"
column=
"ysd_Handle_Status"
/>
<result
property=
"ysdHandleStatus"
column=
"ysd_Handle_Status"
/>
<result
property=
"ygsRemark"
column=
"YGS_REMARK"
/>
<result
property=
"ygsRemark"
column=
"YGS_REMARK"
/>
...
@@ -1334,7 +1335,8 @@
...
@@ -1334,7 +1335,8 @@
a.SCHOOL_NAME,
a.SCHOOL_NAME,
a.MAJOR,
a.MAJOR,
a.FIRST_PAY_TIME,
a.FIRST_PAY_TIME,
a.GRADUATION_TIME
a.GRADUATION_TIME,
IF(a.LEAVE_DATE is not null,DATE_FORMAT(a.LEAVE_DATE,"%Y-%m-%d"),"") as "LEAVE_DATE"
,s.ygs_Handle_Status
,s.ygs_Handle_Status
,s.ysd_Handle_Status
,s.ysd_Handle_Status
,s.YGS_REMARK
,s.YGS_REMARK
...
...
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