| | |
| | | led.setPreview(receiveParam.getPreviewUrl()); |
| | | led.setWidth(receiveParam.getWidth()); |
| | | led.setHeight(receiveParam.getHeight()); |
| | | if (receiveParam.getPages() == null) { |
| | | throw new BusinessException("节目内容丢失"); |
| | | } |
| | | led.setPages(JSON.toJSONString(receiveParam.getPages())); |
| | | return save(led); |
| | | } |
| | |
| | | led.setPreview(receiveParam.getPreviewUrl()); |
| | | led.setWidth(receiveParam.getWidth()); |
| | | led.setHeight(receiveParam.getHeight()); |
| | | if (receiveParam.getPages() == null) { |
| | | throw new BusinessException("节目内容丢失"); |
| | | } |
| | | led.setPages(JSON.toJSONString(receiveParam.getPages())); |
| | | return updateById(led); |
| | | } |