|
@@ -806,7 +806,7 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
|
|
deviceLqw.and(wrapper -> wrapper
|
|
deviceLqw.and(wrapper -> wrapper
|
|
.eq(Emptys.check(searchKey), DeviceInfo::getDeviceId, searchKey)
|
|
.eq(Emptys.check(searchKey), DeviceInfo::getDeviceId, searchKey)
|
|
.or()
|
|
.or()
|
|
- .likeRight(Emptys.check(searchKey), DeviceInfo::getDeviceName, searchKey)
|
|
|
|
|
|
+ .like(Emptys.check(searchKey), DeviceInfo::getDeviceName, searchKey)
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|