|
@@ -32,10 +32,10 @@ public class CrawlerDaysDecreaseStrategy implements ScoreStrategy {
|
|
|
}
|
|
|
long now = DateUtils.getTodayStart();
|
|
|
for (Content content : param.getContents()) {
|
|
|
- String[] contentPools = accountContentPoolConfigService.getContentPools(param.getAccountName());
|
|
|
- if (!contentPools[2].equals(content.getContentPoolType())) {
|
|
|
- continue;
|
|
|
- }
|
|
|
+// String[] contentPools = accountContentPoolConfigService.getContentPools(param.getAccountName());
|
|
|
+// if (!contentPools[2].equals(content.getContentPoolType())) {
|
|
|
+// continue;
|
|
|
+// }
|
|
|
Score score = new Score();
|
|
|
score.setStrategy(this);
|
|
|
score.setContentId(content.getId());
|