From f0b9fe73049ff873a6da7127c60fd3e4f5b6f212 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 07 八月 2024 09:34:39 +0800
Subject: [PATCH] 点位标签

---
 ycl-server/src/main/resources/mapper/zgyw/CheckTemplateRuleMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateRuleMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateRuleMapper.xml
index e685719..8445c62 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateRuleMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckTemplateRuleMapper.xml
@@ -67,7 +67,7 @@
         delete from t_check_template_rule where check_template_id = #{templateId}
     </delete>
     <select id="selectListByTemplateId" resultType="com.ycl.platform.domain.entity.CheckTemplateRule">
-        select tctr.*,tcr.rule_name as checkRuleName from t_check_template_rule tctr
+        select tctr.*,tcr.rule_name as checkRuleName,tcr.rule_index from t_check_template_rule tctr
         left join t_check_rule tcr on tctr.check_rule_id = tcr.id
         where check_template_id = #{checkTemplateId}
     </select>

--
Gitblit v1.8.0