From 177a8fbba8a3772ed2616dcee9c52343d28becd1 Mon Sep 17 00:00:00 2001
From: kerwincui <164770707@qq.com>
Date: Fri, 20 May 2022 23:54:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=9F=E8=AE=A1=E7=9A=84?=
=?UTF-8?q?=E6=9C=80=E5=A4=A7=E6=95=B0=E9=87=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../wumei-iot/src/main/resources/mapper/iot/DeviceLogMapper.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/springboot/wumei-iot/src/main/resources/mapper/iot/DeviceLogMapper.xml b/springboot/wumei-iot/src/main/resources/mapper/iot/DeviceLogMapper.xml
index 454eabd6..433af2ee 100644
--- a/springboot/wumei-iot/src/main/resources/mapper/iot/DeviceLogMapper.xml
+++ b/springboot/wumei-iot/src/main/resources/mapper/iot/DeviceLogMapper.xml
@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and create_time between #{params.beginTime} and #{params.endTime}
order by create_time desc
- limit 1000
+ limit 2000