feat: NICE CI 인증톡 진행

send, status 반영
dev
Jonguk. Lim 1 month ago
parent 79b32bf50d
commit 1c8378ddb3

@ -262,8 +262,8 @@ public class NiceCiStatBulkService {
} }
} }
} }
niceCiNewTransactionService.insertNiceSmsSndngInquireResponseRepeats(results); if(!results.isEmpty()) niceCiNewTransactionService.insertNiceSmsSndngInquireResponseRepeats(results);
if(!sendResults.isEmpty()) niceCiNewTransactionService.insertSendResults(sendResults); if(!sendResults.isEmpty()) niceCiNewTransactionService.insertSendResults(sendResults);
//---------------------------------------------------------- //----------------------------------------------------------
// API Call 후처리 END - response & 결과테이블 저장 // API Call 후처리 END - response & 결과테이블 저장
//---------------------------------------------------------- //----------------------------------------------------------

Loading…
Cancel
Save