From 9ddf06bee3dbd1dde785e2ac7be808c8ee22d56d Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Mon, 23 Aug 2021 08:58:44 +0800
Subject: [PATCH] 1.首页接口调整
---
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml | 7 ++-----
1 files changed, 2 insertions(+), 5 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 fe78355..9c88228 100644
--- a/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
+++ b/src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -1163,8 +1163,7 @@
and J.enterpriseName like concat('%', #{enterpriseName},'%')
</if>
GROUP BY J.enterpriseName,
- J.departmentid, J.cznum, J.ghnum, J.ghnum, J.pcnum, J.sbnum, J.zcnum, J.znum, J.jurname,J.jurisdiction limit
- #{current},#{size};
+ J.departmentid, J.cznum, J.ghnum, J.ghnum, J.pcnum, J.sbnum, J.zcnum, J.znum, J.jurname,J.jurisdiction
</select>
<!--公司经济情况进入图表-->
@@ -1218,7 +1217,6 @@
and J.enterpriseName like concat('%', #{enterpriseName},'%')
</if>
GROUP BY J.departmentid, J.enterpriseName, J.jurisdiction, J.jurname, J.pcnum, J.sbcount, J.sbnum, J.zb, J.znum
- limit #{current},#{size};
</select>
@@ -1234,6 +1232,7 @@
SELECT
i.enterpriseName,
i.departmentid,
+ i.jurisdiction,
j.dept_name
FROM
sys_information i
@@ -1252,7 +1251,6 @@
<if test="deptid!=null and deptid!=''">
and A.departmentid=#{deptid}
</if>
- limit #{current},#{size};
</select>
<!--保安人员详情-->
@@ -1300,7 +1298,6 @@
<if test="fid!=null and fid!=''">
and di.dispatcher_unit_id=#{fid}
</if>
- limit #{current},#{size};
</select>
<!--服务单位下拉-->
<select id="selectFw" resultType="java.util.HashMap">
--
Gitblit v1.9.3