From b77cf4cb218b1f860254464e41d14fa8980324ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E5=A4=A7=E5=8F=94?= <494979559@qq.com> Date: Tue, 30 Jul 2024 17:36:03 +0800 Subject: [PATCH] =?UTF-8?q?debug=EF=BC=9A=E6=95=85=E9=9A=9C=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ruoyi/ss/abnormal/mapper/AbnormalMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart-switch-service/src/main/java/com/ruoyi/ss/abnormal/mapper/AbnormalMapper.xml b/smart-switch-service/src/main/java/com/ruoyi/ss/abnormal/mapper/AbnormalMapper.xml index a38c3ca3..1e593b71 100644 --- a/smart-switch-service/src/main/java/com/ruoyi/ss/abnormal/mapper/AbnormalMapper.xml +++ b/smart-switch-service/src/main/java/com/ruoyi/ss/abnormal/mapper/AbnormalMapper.xml @@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" sa.name like concat('%', #{keyword}, '%') or sa.mobile like concat('%', #{keyword}, '%') or sa.address like concat('%', #{keyword}, '%') or - sa.device_no like concat('%', #{keyword}, '%') + sd.device_no like concat('%', #{keyword}, '%') )