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}