Quellcode durchsuchen

会员管理代码

wwh vor 1 Woche
Ursprung
Commit
8e62b14461

+ 1 - 1
baqing-shop/src/main/java/com/ruoyi/web/modules/store/task/ShopRatingRefreshTask.java

@@ -18,7 +18,7 @@ public class ShopRatingRefreshTask
18 18
     @Autowired
19 19
     private IShopRatingRefreshService shopRatingRefreshService;
20 20
 
21
-    @Scheduled(cron = "0 55 22 * * ?")
21
+    @Scheduled(cron = "0 59 23 * * ?")
22 22
     public void refreshShopRatings()
23 23
     {
24 24
         LOGGER.info("ShopRatingRefreshTask start");