|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 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():"")); | 
|---|