fanli/src/main/java/com/yeshi/fanli/job/UpdateDaTaoKeJob.java
@@ -174,4 +174,13 @@ } } @Scheduled(cron = "0 30 7,11,18,23 * * ? ") public void syncGoodsBeiYong() { long latestUpdateCount = daTaoKeGoodsDetailV2Service .countByMinUpdateTime(new Date(System.currentTimeMillis() - 1000 * 60 * 60 * 24L)); if (latestUpdateCount < 50000L) {// 若每天没有超过5w数据更新就需要重新更新数据 daTaoKeGoodsDetailV2Service.startSyncGoods(); } } }