From 55f5f479c21fd43cb4ab1217e31f2f2de25cd293 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sun, 22 Aug 2021 12:04:05 +0800
Subject: [PATCH] 通知公告,派遣修改

---
 src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.xml b/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.xml
index 21d8414..00f7163 100644
--- a/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.xml
+++ b/src/main/java/org/springblade/modules/desk/mapper/NoticeMapper.xml
@@ -63,6 +63,9 @@
         <if test="notice.category!=null">
             and n.category = #{notice.category}
         </if>
+        <if test="notice.type!=null">
+            and n.type = #{notice.type}
+        </if>
         <if test="notice.deptId!=null and notice.jurisdiction!=null">
             and (n.dept_id = #{notice.deptId} or bu.jurisdiction = #{notice.jurisdiction}
             or n.dept_id = 1123598813738675201

--
Gitblit v1.9.3