Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
7596b3ef
Commit
7596b3ef
authored
Mar 07, 2024
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考勤汇总导出列修改
parent
1e127744
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
14 deletions
+19
-14
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/AttendanceStatEntity.java
...als/xhx/module/attendance/model/AttendanceStatEntity.java
+11
-10
attendance-performance-manager/src/main/resources/sqlmap/module/attendance/AttendanceStatMapperExt.xml
...rces/sqlmap/module/attendance/AttendanceStatMapperExt.xml
+8
-4
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/module/attendance/model/AttendanceStatEntity.java
View file @
7596b3ef
...
...
@@ -23,7 +23,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
/**
* 窗口类别
*/
@Excel
(
name
=
"窗口类别"
)
//
@Excel(name = "窗口类别")
private
String
windowCategory
;
/**
* 员工ID
...
...
@@ -34,6 +34,15 @@ public class AttendanceStatEntity extends AttendanceStatVo {
*/
@Excel
(
name
=
"员工姓名"
)
private
String
staffName
;
/**
* 所属大厅
*/
private
Long
salaId
;
/**
* 所属大厅名称
*/
@Excel
(
name
=
"所属大厅"
)
private
String
salaName
;
/**
* 所属部门
*/
...
...
@@ -241,15 +250,7 @@ public class AttendanceStatEntity extends AttendanceStatVo {
*/
@Excel
(
name
=
"陪产假"
)
private
BigDecimal
paternityLeaveDays
;
/**
* 所属大厅
*/
private
Long
salaId
;
/**
* 所属大厅名称
*/
@Excel
(
name
=
"所属大厅"
)
private
String
salaName
;
@Override
public
int
hashCode
()
{
...
...
attendance-performance-manager/src/main/resources/sqlmap/module/attendance/AttendanceStatMapperExt.xml
View file @
7596b3ef
...
...
@@ -64,10 +64,12 @@
</foreach>
</if>
GROUP BY
s.s
taff
Id,
s.s
taff
Name,
s.s
ala
Id,
s.s
ala
Name,
s.deptId,
s.deptName,
s.staffId,
s.staffName,
s.phoneNumer
) AS a
</select>
...
...
@@ -133,10 +135,12 @@
</foreach>
</if>
GROUP BY
s.s
taff
Id,
s.s
taff
Name,
s.s
ala
Id,
s.s
ala
Name,
s.deptId,
s.deptName,
s.staffId,
s.staffName,
s.phoneNumer
) AS a
</select>
...
...
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