|
@@ -53,11 +53,7 @@ public class FilterService {
|
|
|
String redisKey = "ContentPreFilterJob:" + dateStr + ":" + param.getPlanId() + "-" + param.getAccountId();
|
|
|
String value = redisTemplate.opsForValue().get(redisKey);
|
|
|
if (StringUtils.hasText(value)) {
|
|
|
- Long minTime = longArticleBaseMapper.getMinGzhWaitingPublishContent(param.getPlanId(), param.getAccountId());
|
|
|
- Long todayMinTime = DateUtils.getTodayStart();
|
|
|
- if (Objects.nonNull(minTime) && minTime < todayMinTime) {
|
|
|
- strategies = getUnPreFilterStrategies(param);
|
|
|
- }
|
|
|
+ strategies = getUnPreFilterStrategies(param);
|
|
|
}
|
|
|
} else {
|
|
|
strategies = getPreFilterStrategies(param);
|