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