fanli/src/main/java/com/yeshi/fanli/job/UpdateRelationAndSpecialOrderJob.java
@@ -103,8 +103,9 @@ if (!Constant.IS_TASK) return; long currentTime = System.currentTimeMillis(); updateRelationOrder(currentTime); updateSpecialOrder(currentTime); // 爬取21分钟之前到现在的 updateRelationOrder(currentTime - 1000 * 60 * 20L); updateSpecialOrder(currentTime - 1000 * 60 * 20L); } }