竣工机具数量

This commit is contained in:
hongchao 2025-09-09 09:01:51 +08:00
parent 64a50e1b1c
commit 0e7e6dc5b0
1 changed files with 5 additions and 0 deletions

View File

@ -278,8 +278,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join bm_agreement_info bai on sai.agreement_id = bai.agreement_id
left join bm_project bp on bai.project_id = bp.pro_id
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.pro_center is not null and bp.external_id is not null
and dept_id not in (339,340,342,346)
and mt.jiju_type = 1
and mt2.is_statics != 1
<if test="deptName != null and deptName != ''">
AND sd.dept_name = #{deptName}
</if>
@ -304,6 +308,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join ma_type mt2 on mt.parent_id = mt2.type_id
where sai.status = 0 and bp.actual_end_date is not null and bp.actual_end_date is not null and bp.pro_center is not null
and mt.jiju_type = 1
and mt2.is_statics != 1
<if test="deptId != null">
and sd.dept_id = #{deptId}
</if>