鉴定评语逻辑修改
This commit is contained in:
@@ -781,6 +781,12 @@
|
||||
from sys_performance as a
|
||||
where (a.shstatus IS NOT NULL and a.ksstatus IS NULL) -- 科室复核待办
|
||||
or (a.ksstatus IS NOT NULL and a.xgstatus IS NULL) -- 学工处长待办
|
||||
-- 邵政文-(宿舍管理-住宿费用-辅导员确认待办)
|
||||
union
|
||||
select concat('zsfy-',count(a.id)) as `all`
|
||||
from dms_new_record as a
|
||||
left join view_dms_record as d on a.stu_no = d.stu_no
|
||||
where d.employee_id = #{tNo} and a.apply_status = 6
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user