Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
entrance_api
Project
Project
Details
Activity
Releases
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
王琮
entrance_api
Commits
9e8f7ba5
Commit
9e8f7ba5
authored
Feb 22, 2023
by
罗可心
😕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考勤管理查找添加部门筛选条件
parent
01631671
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
AttendanceSyncMapper.xml
src/main/resources/mapper/AttendanceSyncMapper.xml
+3
-0
No files found.
src/main/resources/mapper/AttendanceSyncMapper.xml
View file @
9e8f7ba5
...
@@ -115,6 +115,9 @@
...
@@ -115,6 +115,9 @@
<if
test=
"entity.nltBz != null and entity.nltBz != ''"
>
<if
test=
"entity.nltBz != null and entity.nltBz != ''"
>
and attendance_sync.nlt_bz = #{entity.nltBz}
and attendance_sync.nlt_bz = #{entity.nltBz}
</if>
</if>
<if
test=
"entity.deptId !=null and entity.deptId != '' "
>
and su.dept_id in(${entity.deptId})
</if>
order by IF(ISNULL(sd.weight),1,0) , sd.weight, IF(ISNULL(su.sort),1,0) ,su.sort , attendance_sync.date_of_attendance ,
order by IF(ISNULL(sd.weight),1,0) , sd.weight, IF(ISNULL(su.sort),1,0) ,su.sort , attendance_sync.date_of_attendance ,
<if
test=
"entity.sort == '0'.toString()"
>
<if
test=
"entity.sort == '0'.toString()"
>
attendance_sync.work_hours desc
attendance_sync.work_hours desc
...
...
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