|
@@ -171,7 +171,7 @@
|
|
</if>
|
|
</if>
|
|
|
|
|
|
<if test="queryPage.deviceName != null and queryPage.deviceName != ''">
|
|
<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>
|
|
<if test="queryPage.no != null and queryPage.no != ''">
|
|
<if test="queryPage.no != null and queryPage.no != ''">
|
|
and (
|
|
and (
|