|
@@ -51,5 +51,5 @@ public interface CrawlerBaseMapper {
|
|
|
|
|
|
|
|
List<String> getNeedResetUserGroupGhIds();
|
|
List<String> getNeedResetUserGroupGhIds();
|
|
|
|
|
|
|
|
- List<String> getNearDaysRootSourceIds(String rootSourceIdPrefix, Long beforeDateStart);
|
|
|
|
|
|
|
+ List<String> getNearDaysRootSourceIds(String rootSourceIdPrefix, Long publishTimestamp);
|
|
|
}
|
|
}
|