From 128447d263b3f5cac53cf10d0decc2b2172c5f0d Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 02 Aug 2021 11:56:21 +0800
Subject: [PATCH] 代码同步

---
 src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
index 994c724..a90ce6d 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
+++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -465,7 +465,7 @@
             and C.jurisdiction =#{jurisdiction}
         </if>
         <if test="deptid!=null and deptid!=''">
-            and C.dept_id =#{deptid}
+            and C.deptid =#{deptid}
         </if>
     </select>
 
@@ -707,7 +707,7 @@
         GROUP BY
         i.departmentid )
         <if test="deptid!=null and deptid!=''">
-            and deptid =#{deptid}
+            and dept_id =#{deptid}
         </if>
     </select>
 

--
Gitblit v1.9.3