From ac9efc618210e1df40dfba9f779ca27739d2b343 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 08 五月 2024 17:29:00 +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