|  |  |  | 
|---|
|  |  |  | wrapper.select(Device::getId, Device::getName, Device::getDoorName,Device::getRegionPathName, Device::getRegionName); | 
|---|
|  |  |  | wrapper.eq(null != param.getType(),Device::getType,param.getType()) | 
|---|
|  |  |  | .eq(null !=param.getIsdeleted(),Device::getIsdeleted,param.getIsdeleted()) | 
|---|
|  |  |  | .eq(Objects.isNull(param.getIsdeleted()),Device::getIsdeleted,Constants.ZERO) | 
|---|
|  |  |  | .eq(null != param.getHkStatus(),Device::getHkStatus,param.getHkStatus()); | 
|---|
|  |  |  | return deviceMapper.selectList(wrapper); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | model.setSpeed(speed); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | PlatformBroadcastLog log  =  HkSyncPushServiceImpl.dealLedContentBiz(device.getNo(),device.getName(),model.getContent(),model.getSpeed(),1); | 
|---|
|  |  |  | PlatformBroadcastLog log  =  HkSyncPushServiceImpl.dealLedContentBiz(0,device.getNo(),device.getName(),model.getContent(),model.getSpeed(),1); | 
|---|
|  |  |  | platformBroadcastLogMapper.insert(log); | 
|---|
|  |  |  | if(log.getHkStatus() == null || !Constants.equalsInteger(log.getHkStatus(), Constants.TWO)){ | 
|---|
|  |  |  | throw  new BusinessException(ResponseStatus.SERVER_ERROR.getCode(), "对不起,屏幕内容设置失败"+(log!=null?log.getHkInfo():"")); | 
|---|