From 6256c4a58da520ae9c79ba38be3d738acf25cb47 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Sat, 31 Jul 2021 17:28:28 +0800
Subject: [PATCH] 1.统计接口调整

---
 src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 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..234d1ec 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>
 

--
Gitblit v1.9.3