From 1b6b39d125a65d060693043061e56e852e347a17 Mon Sep 17 00:00:00 2001
From: du <1725534722@qq.com>
Date: Thu, 11 Jul 2024 13:43:22 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=B3=E6=8A=A5=E6=A8=A1?=
=?UTF-8?q?=E6=9D=BFbuf?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/jjh/declaration/BmsTemplateInfoMapper.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateInfoMapper.xml b/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateInfoMapper.xml
index ed99c47..0698eeb 100644
--- a/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateInfoMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/jjh/declaration/BmsTemplateInfoMapper.xml
@@ -15,6 +15,8 @@
and a.template_name like concat('%',
#{templateName}, '%')
+ and a.project_big_type = #{projectBigType}
+ and a.project_middle_type = #{projectMiddleType}
and a.project_small_type = #{projectSmallType}
and a.responsibility_unit = #{responsibilityUnit}
and a.status = #{status}