谭斌 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 (