From 118be4ee52ea71cfc3d8ab702bc1702aa4286335 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 20 九月 2024 14:36:43 +0800 Subject: [PATCH] 运行监控导出优化 --- ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml index fd81b85..193ef44 100644 --- a/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml +++ b/ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml @@ -182,6 +182,18 @@ #{deptId} </foreach> </if> + <if test="provinceTag!=null"> + and p.province_tag = #{provinceTag} + </if> + <if test="importantTag!=null"> + and p.important_tag = #{importantTag} + </if> + <if test="importantCommandImageTag!=null"> + and p.important_command_image_tag = #{importantCommandImageTag} + </if> + <if test="deptTag!=null"> + and p.dept_tag =#{deptTag} + </if> </where> </select> <select id="selectTMonitorById" parameterType="Long" resultType="com.ycl.platform.domain.vo.TMonitorVO"> -- Gitblit v1.8.0