大屏详情接口补充
This commit is contained in:
parent
023ad15fe4
commit
6b92e8821b
|
|
@ -345,6 +345,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
where sai.status = 0 and 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 mt.jiju_type = 1
|
||||
and mt2.is_statics != 1
|
||||
and dept_id not in (339,340,342,346)
|
||||
<if test="deptId != null">
|
||||
and sd.dept_id = #{deptId}
|
||||
</if>
|
||||
|
|
@ -729,6 +730,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
where sai.status = 0 and 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 mt.jiju_type = 1
|
||||
and mt2.is_statics != 1
|
||||
and dept_id not in (339,340,342,346)
|
||||
<if test="proCenter != null and proCenter !=''">
|
||||
and bp.pro_center= #{proCenter}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue