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
731fee49
Commit
731fee49
authored
Jul 06, 2023
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人员花名册
parent
8ef46814
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
TPersonnelRosterMapper.xml
...-biz/src/main/resources/mapper/TPersonnelRosterMapper.xml
+13
-8
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TPersonnelRosterMapper.xml
View file @
731fee49
...
@@ -351,14 +351,19 @@
...
@@ -351,14 +351,19 @@
</select>
</select>
<select
id=
"getTPersonnelRosterCount"
resultType=
"java.lang.Integer"
>
<select
id=
"getTPersonnelRosterCount"
resultType=
"java.lang.Integer"
>
select count(1)
select count(1)
from
from (
(select MAX(c.CREATE_TIME),c.id,c.EMP_IDCARD,c.DEPT_NO from t_employee_contract_info c WHERE c.IN_USE = 0 and c.DELETE_FLAG='0'
select count(1)
GROUP BY c.DEPT_NO,c.EMP_IDCARD) t
from (select MAX(c.CREATE_TIME), c.id, c.EMP_IDCARD, c.DEPT_NO
LEFT JOIN t_employee_info e on e.EMP_IDCARD=t.EMP_IDCARD
from t_employee_contract_info c
LEFT JOIN t_employee_project p on p.EMP_IDCARD=t.EMP_IDCARD and p.DEPT_NO=t.DEPT_NO
WHERE c.IN_USE = 0
LEFT JOIN t_settle_domain d on d.DEPART_NO=t.DEPT_NO
and c.DELETE_FLAG = '0'
INNER JOIN t_employee_contract_info c1 on c1.id=t.id
GROUP BY c.DEPT_NO, c.EMP_IDCARD) t
GROUP BY t.DEPT_NO,t.EMP_IDCARD
LEFT JOIN t_employee_info e on e.EMP_IDCARD = t.EMP_IDCARD
LEFT JOIN t_employee_project p on p.EMP_IDCARD = t.EMP_IDCARD and p.DEPT_NO = t.DEPT_NO
LEFT JOIN t_settle_domain d on d.DEPART_NO = t.DEPT_NO
INNER JOIN t_employee_contract_info c1 on c1.id = t.id
GROUP BY t.DEPT_NO, t.EMP_IDCARD
) a
</select>
</select>
<select
id=
"noPageCountDiy"
resultType=
"java.lang.Integer"
>
<select
id=
"noPageCountDiy"
resultType=
"java.lang.Integer"
>
select
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