大屏详情接口补充

This commit is contained in:
hongchao 2025-09-12 09:00:58 +08:00
parent 023ad15fe4
commit 6b92e8821b
1 changed files with 2 additions and 0 deletions

View File

@ -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>