From f76bf8491b1bd6308ab37f73233a73b9e114dd63 Mon Sep 17 00:00:00 2001 From: gaoben Date: Tue, 6 Apr 2021 18:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=EF=BC=9A=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E6=97=B6=E9=97=B4=E6=9F=A5=E8=AF=A2=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E8=AE=B0=E5=BD=95bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ten/TenRecordDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shapelight-admin/src/main/resources/mapper/ten/TenRecordDao.xml b/shapelight-admin/src/main/resources/mapper/ten/TenRecordDao.xml index f97891f..192a556 100644 --- a/shapelight-admin/src/main/resources/mapper/ten/TenRecordDao.xml +++ b/shapelight-admin/src/main/resources/mapper/ten/TenRecordDao.xml @@ -198,6 +198,7 @@ select r.*,t.name from ten_record_${params.tenantId} r left join ten_person t on r.person_id = t.person_id + where 1 = 1 and r.cell_id = #{params.cellId} @@ -207,7 +208,7 @@ and `record_time` >= #{params.recordTimeStart} - + and `record_time` < #{params.recordTimeEnd}