修改
This commit is contained in:
@@ -528,6 +528,12 @@
|
|||||||
select concat('zsg-',count(a.id)) as `all`
|
select concat('zsg-',count(a.id)) as `all`
|
||||||
from knzz_zsg_apply as a
|
from knzz_zsg_apply as a
|
||||||
where a.apply_status = 3
|
where a.apply_status = 3
|
||||||
|
# 宁博-辅导员管理--成果绩效----待办 (第3步:科室复核 和 第4步:学工处长终审)
|
||||||
|
union
|
||||||
|
select concat('cg-',count(a.check_id)) as `all`
|
||||||
|
from sys_teacher_achievementcheck as a
|
||||||
|
left join sys_user as b on a.teacher_id = b.user_name
|
||||||
|
where a.check_status in (3, 4)
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="countStuUnDo" resultType="String" parameterType="String">
|
<select id="countStuUnDo" resultType="String" parameterType="String">
|
||||||
@@ -559,6 +565,7 @@
|
|||||||
select concat('knzz-',count(a.id)) as `all`
|
select concat('knzz-',count(a.id)) as `all`
|
||||||
from knzz_tufa_apply as a
|
from knzz_tufa_apply as a
|
||||||
where a.apply_status = 6 and a.stu_no = #{stuNo}
|
where a.apply_status = 6 and a.stu_no = #{stuNo}
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
@@ -762,12 +769,7 @@
|
|||||||
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) -- 学工处长待办
|
||||||
# 宁博-辅导员管理--成果绩效----待办 (第3步:科室复核 和 第4步:学工处长终审)
|
|
||||||
union
|
|
||||||
select concat('cg-',count(a.check_id)) as `all`
|
|
||||||
from sys_teacher_achievementcheck as a
|
|
||||||
left join sys_user as b on a.teacher_id = b.user_name
|
|
||||||
where a.check_status in (3, 4)
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user