From cb5c4615aab1eb9548ba9a988cdceb2da666f5b2 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Sun, 5 Apr 2026 16:35:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/SysAgriInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agri-system/src/main/resources/mapper/system/SysAgriInfoMapper.xml b/agri-system/src/main/resources/mapper/system/SysAgriInfoMapper.xml index 700e6fb..7863604 100644 --- a/agri-system/src/main/resources/mapper/system/SysAgriInfoMapper.xml +++ b/agri-system/src/main/resources/mapper/system/SysAgriInfoMapper.xml @@ -179,7 +179,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and user_agri.user_id is null - is_deleted = 0 and user_agri.status=1 + is_deleted = 0 and user_agri.user_id = #{userId} and agri.imei = #{imei} and agri.work_mode = #{workMode}