代码提交

This commit is contained in:
liang.chao 2025-09-04 12:22:41 +08:00
parent 1b5b72fe0c
commit 2e66fae328
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join sys_dept sd on bp.imp_unit = sd.dept_id
left join ma_type mt on sai.type_id = mt.type_id
left join ma_type mt2 on mt.parent_id = mt2.type_id
where sai.is_slt = 0 and sai.end_time is null and bp.actual_end_date is not null AND bp.imp_unit = #{deptId}
where sai.is_slt = 0 and sai.end_time is null and bp.actual_end_date is not null AND sd.dept_name = #{deptName} and bp.pro_center is not null
GROUP BY bp.pro_center
</select>