Commit 280a78d6 by 吴博

feat: [1007307] 多渠道

parent 80028367
...@@ -726,11 +726,6 @@ public class ResourcePageBizImpl implements ResourcePageBiz { ...@@ -726,11 +726,6 @@ public class ResourcePageBizImpl implements ResourcePageBiz {
if (Objects.isNull(multiChannelContentDTO.getChannelType())) { if (Objects.isNull(multiChannelContentDTO.getChannelType())) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "请选择多渠道渠道!"); throw new BookBizException(BookBizException.PARAM_IS_ERROR, "请选择多渠道渠道!");
} }
if (null == multiChannelContentDTO.getUserId()) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "授权用户id不能为null!");
}
if (CollUtil.isEmpty(multiChannelContentDTO.getMultiChannelContentItems())) { if (CollUtil.isEmpty(multiChannelContentDTO.getMultiChannelContentItems())) {
throw new BookBizException(BookBizException.PARAM_IS_ERROR, "配置内容不能为null"); throw new BookBizException(BookBizException.PARAM_IS_ERROR, "配置内容不能为null");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment