竣工机具预警
This commit is contained in:
parent
040f0173ae
commit
64a50e1b1c
|
|
@ -303,7 +303,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
left join ma_type mt on sai.type_id = mt.type_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
|
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
|
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 = 2
|
and mt.jiju_type = 1
|
||||||
<if test="deptId != null">
|
<if test="deptId != null">
|
||||||
and sd.dept_id = #{deptId}
|
and sd.dept_id = #{deptId}
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue