From fc079917ee5e1dddfc2e873acdefc33483b9fe44 Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Sun, 22 Aug 2021 17:18:10 +0800
Subject: [PATCH] 1.单位

---
 src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml |    1 -
 1 files changed, 0 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 d83c25c..fe78355 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
+++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -1061,7 +1061,6 @@
         <if test="deptid!=null and deptid!=''">
             and A.dept_id =#{deptid}
         </if>
-        limit #{current},#{size};
     </select>
 
     <select id="seCountI" resultType="java.util.HashMap">

--
Gitblit v1.9.3