From 1faff58d2b3291a4d579c6aa6fee8c8a0b77ea47 Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期三, 12 六月 2024 10:39:39 +0800 Subject: [PATCH] 专项检查任务模板-添加时间查询条件 --- src/main/resources/mybatis/doublePrevention/PreventRiskControlTemplateMapper.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mybatis/doublePrevention/PreventRiskControlTemplateMapper.xml b/src/main/resources/mybatis/doublePrevention/PreventRiskControlTemplateMapper.xml index 1e887d6..927cd41 100644 --- a/src/main/resources/mybatis/doublePrevention/PreventRiskControlTemplateMapper.xml +++ b/src/main/resources/mybatis/doublePrevention/PreventRiskControlTemplateMapper.xml @@ -16,4 +16,9 @@ </select> +<!-- PreventRiskControlTemplate getControlTemplateById(Byte classify2);--> + <select id="getControlTemplateById" resultMap="BaseResultMap"> + select * from prevent_risk_control_template + where id = #{classify2} + </select> </mapper> -- Gitblit v1.9.2