bug修复
This commit is contained in:
parent
6cac0068a8
commit
9c7de4734a
|
|
@ -277,7 +277,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
left join bm_project bp on bai.project_id = bp.pro_id
|
||||
left join sys_dept sd on bp.imp_unit = sd.dept_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,340,346)
|
||||
and dept_id not in (339,340,342,346)
|
||||
<if test="deptName != null and deptName != ''">
|
||||
AND sd.dept_name = #{deptName}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue