|
|
@ -240,7 +240,7 @@ public class DeviceProServiceImpl implements IDeviceProService { |
|
|
|
wrapper.eq(DeviceProUserEntity::getDeviceProId,proId); |
|
|
|
|
|
|
|
if (ObjectUtil.isNotEmpty(searchValue)){ |
|
|
|
wrapper.like(DeviceProUserEntity::getUserName,searchValue); |
|
|
|
wrapper.like(DeviceProUserEntity::getNickName,searchValue); |
|
|
|
} |
|
|
|
|
|
|
|
Page<DeviceProUserEntity> pagination = deviceProUserMapper.selectPage(pageQuery, wrapper); |
|
|
|