From 3c34fdfb87e596ae05b15e04ed298198678ee050 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Wed, 28 May 2025 17:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=9F=E5=A0=82-=E8=AE=BE=E5=A4=87=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/DataScreening/DataScreeningMapper.xml | 8 ++++---- .../src/main/resources/mapper/device/DeviceInfoMapper.xml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/DataScreening/DataScreeningMapper.xml b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/DataScreening/DataScreeningMapper.xml index 9a66669..4235331 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/DataScreening/DataScreeningMapper.xml +++ b/bonus-modules/bonus-smart-canteen/src/main/resources/mapper/DataScreening/DataScreeningMapper.xml @@ -55,9 +55,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" + and di.device_type = #{deviceType} and db.area_id = #{areaId} and db.canteen_id = #{canteenId} and db.stall_id = #{stallId}