|
|
@@ -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");
|