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
b4e74fd2
Commit
b4e74fd2
authored
Aug 12, 2022
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化-APPLY_NO
parent
3b9f5414
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
TDispatchInfoExportVo.java
...u/cloud/plus/v1/yifu/social/vo/TDispatchInfoExportVo.java
+3
-3
TDispatchInfoMapper.xml
...ial-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
+2
-2
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/TDispatchInfoExportVo.java
View file @
b4e74fd2
...
...
@@ -41,7 +41,7 @@ public class TDispatchInfoExportVo {
@ExcelAttribute
(
name
=
"申请编码"
,
maxLength
=
30
)
@Schema
(
description
=
"申请编码"
)
@ExcelProperty
(
"申请编码"
)
private
String
dispatchCode
;
private
String
applyNo
;
@ExcelAttribute
(
name
=
"员工编码"
,
maxLength
=
30
)
@Schema
(
description
=
"员工编码"
)
...
...
@@ -103,8 +103,8 @@ public class TDispatchInfoExportVo {
@ExcelProperty
(
"公积金户"
)
private
String
providentHouseholdName
;
@ExcelAttribute
(
name
=
"审核状态"
,
readConverterExp
=
"1=待审核,2=审核通过,3=审核不通过"
)
@Schema
(
description
=
"审核状态:1待审核2审核通过3审核不通过"
)
@ExcelAttribute
(
name
=
"审核状态"
,
readConverterExp
=
"1=待审核,2=审核通过,3=审核不通过
,4=已办结
"
)
@Schema
(
description
=
"审核状态:1待审核2审核通过3审核不通过
4已办结
"
)
@ExcelProperty
(
"审核状态"
)
private
String
status
;
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
View file @
b4e74fd2
...
...
@@ -103,7 +103,7 @@
<!-- 派单导出vo -->
<resultMap
id=
"exportMap"
type=
"com.yifu.cloud.plus.v1.yifu.social.vo.TDispatchInfoExportVo"
>
<id
property=
"id"
column=
"ID"
/>
<result
property=
"
dispatchCode"
column=
"DISPATCH_CODE
"
/>
<result
property=
"
applyNo"
column=
"APPLY_NO
"
/>
<result
property=
"empNo"
column=
"EMP_NO"
/>
<result
property=
"empName"
column=
"EMP_NAME"
/>
<result
property=
"empIdcard"
column=
"EMP_IDCARD"
/>
...
...
@@ -436,7 +436,7 @@
<select
id=
"exportDispatch"
resultMap=
"exportMap"
>
select
a.ID,
a.
DISPATCH_CODE
,
a.
APPLY_NO
,
a.EMP_NO,
a.EMP_NAME,
a.EMP_IDCARD,
...
...
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