yujian
2019-01-29 fcbb1fae82f356bd5e7beea251e9e2eab1e39559
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);
   }
}