|
|
|
@ -296,9 +296,7 @@ public class EnforcementCarouselBannerServiceImpl implements IEnforcementCarouse |
|
|
|
if (entity.getDisplayDays() == null) { |
|
|
|
throw new IllegalArgumentException("显示天数不能为空"); |
|
|
|
} |
|
|
|
if (StringUtils.isBlank(entity.getLinkUrl())) { |
|
|
|
throw new IllegalArgumentException("跳转链接不能为空"); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|