| | |
| | | if (ledProgram.getPages() == null) { |
| | | throw new BusinessException("节目内容丢失"); |
| | | } |
| | | if (SecurityUtils.getClientId() != null && !Objects.equals(ledProgram.getClientId(), SecurityUtils.getUserId()) && !Objects.equals(ledProgram.getClientId(), SecurityUtils.getClientId())) { |
| | | if (SecurityUtils.getClientId() != null |
| | | && !Objects.equals(ledProgram.getClientId(), SecurityUtils.getUserId()) |
| | | && !Objects.equals(ledProgram.getUserId(), SecurityUtils.getUserId())) { |
| | | throw new BusinessException("请不要操作其他人的节目"); |
| | | } |
| | | String pages = ledProgram.getPages(); |