From 36bac9070dd8f509f253035e2a0ed20c493e35bb Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 6 Feb 2026 13:09:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/hxhq/business/service/impl/TemplateServiceImpl.java | 3 --- .../hxhq-system/src/main/resources/mapper/business/TemplateMapper.xml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/TemplateServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/TemplateServiceImpl.java index 5eb899c..6e489e0 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/TemplateServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/TemplateServiceImpl.java @@ -44,9 +44,6 @@ public class TemplateServiceImpl extends ServiceImpl i if(template.getDeptId()!=null && template.getDeptId().longValue()>0){ queryWrapper.eq("t.dept_id",template.getDeptId()); } - if(template.getNeedPre()!=null && template.getNeedPre().intValue()>0){ - queryWrapper.eq("t.need_pre",template.getNeedPre()); - } if(template.getStatus()!=null && template.getStatus().intValue()>0){ queryWrapper.eq("t.status",template.getStatus()); } diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/TemplateMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/TemplateMapper.xml index a0fbe9a..2c30746 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/TemplateMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/TemplateMapper.xml @@ -4,7 +4,7 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd">