@@ -19,7 +19,7 @@ public class UserSyncSchedule {
private RestTemplate restTemplate;
@Autowired
private UserService userService;
- @Scheduled(cron = "0 * * * * ?")
+ @Scheduled(cron = "0 0 * * * ?")
public void syncUser() {
Long count = 0L;
try {