辅导员管理-业绩考核----学务审核代办-----学院书记代办----科室复核代办---学工处长审核代办
This commit is contained in:
@@ -644,6 +644,12 @@
|
|||||||
from sys_performance as a
|
from sys_performance as a
|
||||||
left join sys_user as b on a.credit_pass = b.user_name
|
left join sys_user as b on a.credit_pass = b.user_name
|
||||||
where a.xwstatus IS NULL and b.dept_id = #{id}
|
where a.xwstatus IS NULL and b.dept_id = #{id}
|
||||||
|
-- 陈冠元 辅导员业绩考核-学务审核待办
|
||||||
|
union
|
||||||
|
select concat('yj-',count(a.id)) as `all`
|
||||||
|
from sys_teacher_kpi_filling as a
|
||||||
|
left join sys_user as b on a.job_number = b.user_name
|
||||||
|
where a.role_audit = 1 and b.dept_id = #{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="countFdyUnDo" resultType="String" parameterType="String">
|
<select id="countFdyUnDo" resultType="String" parameterType="String">
|
||||||
@@ -756,6 +762,13 @@
|
|||||||
from sys_performance as a
|
from sys_performance as a
|
||||||
where (a.shstatus IS NOT NULL and a.ksstatus IS NULL) -- 科室复核待办
|
where (a.shstatus IS NOT NULL and a.ksstatus IS NULL) -- 科室复核待办
|
||||||
or (a.ksstatus IS NOT NULL and a.xgstatus IS NULL) -- 学工处长待办
|
or (a.ksstatus IS NOT NULL and a.xgstatus IS NULL) -- 学工处长待办
|
||||||
|
-- 陈冠元 辅导员业绩考核-科室复核待办-学工处长审核待办
|
||||||
|
union
|
||||||
|
select concat('yj-',count(a.id)) as `all`
|
||||||
|
from sys_teacher_kpi_filling as a
|
||||||
|
left join sys_user as b on a.job_number = b.user_name
|
||||||
|
where a.role_audit in (3, 4)
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
@@ -791,6 +804,12 @@
|
|||||||
from sys_performance as a
|
from sys_performance as a
|
||||||
left join sys_user as b on a.credit_pass = b.user_name
|
left join sys_user as b on a.credit_pass = b.user_name
|
||||||
where a.xwstatus IS NOT NULL and a.shstatus IS NULL and b.dept_id = #{id}
|
where a.xwstatus IS NOT NULL and a.shstatus IS NULL and b.dept_id = #{id}
|
||||||
|
-- 陈冠元 辅导员业绩考核-学院书记待办
|
||||||
|
union
|
||||||
|
select concat('yj-',count(a.id)) as `all`
|
||||||
|
from sys_teacher_kpi_filling as a
|
||||||
|
left join sys_user as b on a.job_number = b.user_name
|
||||||
|
where a.role_audit = 2 and b.dept_id = #{id}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user