谭斌 2 年之前
父节点
当前提交
2b643372c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      device-api-service/src/main/resources/mapper/DeviceInfoMapper.xml

+ 1 - 1
device-api-service/src/main/resources/mapper/DeviceInfoMapper.xml

@@ -171,7 +171,7 @@
         </if>
 
         <if test="queryPage.deviceName != null and queryPage.deviceName != ''">
-            and LOCATE(#{queryPage.deviceName}, sysinfo.device_name) > 0
+            and LOCATE(#{queryPage.deviceName}, info.device_name) > 0
         </if>
         <if test="queryPage.no != null and queryPage.no != ''">
             and (