충전중 데이터 api 받아오는 시간 변경

This commit is contained in:
2026-07-31 16:49:24 +09:00
parent 055a2bed6d
commit 5ac3011085
@@ -28,7 +28,7 @@ public class RechgingListService extends BaseService<RechgingList, Long, Rechgin
} }
@Transactional @Transactional
@Scheduled(cron = "0 0 0 * * *") @Scheduled(cron = "0 0/15 * * * *")
public void getRechgingList() { public void getRechgingList() {
ApiResponse<List<RechgingListDto>> response = apiClient.fetchRechgingList(); ApiResponse<List<RechgingListDto>> response = apiClient.fetchRechgingList();