Compare commits

...
1 Commits
Author SHA1 Message Date
hyunjaeeun 5ac3011085 충전중 데이터 api 받아오는 시간 변경 2026-07-31 16:49:24 +09:00
@@ -28,7 +28,7 @@ public class RechgingListService extends BaseService<RechgingList, Long, Rechgin
}
@Transactional
@Scheduled(cron = "0 0 0 * * *")
@Scheduled(cron = "0 0/15 * * * *")
public void getRechgingList() {
ApiResponse<List<RechgingListDto>> response = apiClient.fetchRechgingList();