From 4bc39717f80af51e3d670a9d0ae5110a2a113578 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 12 四月 2024 16:16:22 +0800
Subject: [PATCH] 运维阈值修改接口。删除新增、删除接口
---
ycl-server/src/main/resources/mapper/zgyw/CheckTemplateMapper.xml | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateMapper.xml
index c02a06e..d7db920 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateMapper.xml
@@ -29,11 +29,8 @@
<include refid="selectCheckTemplateVo"/>
<where>
<if test="templateName != null and templateName != ''"> and template_name like concat('%', #{templateName}, '%')</if>
- <if test="adjustCoefficient != null "> and adjust_coefficient = #{adjustCoefficient}</if>
- <if test="adjustWay != null and adjustWay != ''"> and adjust_way = #{adjustWay}</if>
<if test="examineCategory != null "> and examine_category = #{examineCategory}</if>
<if test="status != null and status != ''"> and status = #{status}</if>
- <if test="deptId != null and deptId != ''"> and dept_id = #{deptId}</if>
</where>
</select>
--
Gitblit v1.8.0