알림톡 개선 중 로그 삭제
This commit is contained in:
parent
adfde61ea6
commit
8bb443fb40
@ -927,14 +927,6 @@ public class KakaoAlimTalkServiceImpl extends EgovAbstractServiceImpl implements
|
||||
this.insertKakaoAtDataJsonInfo_advc(kakaoSendAdvcListVO);
|
||||
|
||||
|
||||
/*
|
||||
log.info(" kakaoSendAdvcListVO.size() :: [{}]", kakaoSendAdvcListVO.size());
|
||||
if(true) {
|
||||
throw new RuntimeException("강제 Exception");
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
Map<String, List<KakaoSendAdvcVO>> priceGroupedMessages = kakaoSendAdvcListVO.stream()
|
||||
.collect(Collectors.groupingBy(KakaoSendAdvcVO::getEachPrice));
|
||||
// instTotalCnt : 화면에서 보여줄 총 발송건수
|
||||
@ -1047,24 +1039,13 @@ public class KakaoAlimTalkServiceImpl extends EgovAbstractServiceImpl implements
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
// 측정할 메소드 호출 전 시간 기록
|
||||
// Instant start = Instant.now();
|
||||
List<KakaoSendAdvcVO> jsonInfoData = new ArrayList<>(kakaoSendAdvcListVO);
|
||||
jsonInfoData.removeIf(t -> StringUtils.isBlank(t.getJsonStr()));
|
||||
log.info(" + jsonInfoData Insert :: [{}]", jsonInfoData.size());
|
||||
if(jsonInfoData.size() > 0) {
|
||||
kakaoAlimTalkDAO.insertKakaoAtDataJsonInfo_advc(jsonInfoData);
|
||||
}
|
||||
|
||||
|
||||
// 측정할 메소드 호출 후 시간 기록
|
||||
// Instant end = Instant.now();
|
||||
|
||||
// log.info(" + start :: [{}]", start);
|
||||
// // 실행 시간 계산 (나노초, 밀리초, 초)
|
||||
// long seconds = Duration.between(start, end).getSeconds();
|
||||
// System.out.println("메소드 실행 시간 (초): " + seconds + " s");
|
||||
// double minutes = seconds / 60.0; // 소수점 포함을 위해 60.0으로 나눔
|
||||
// log.info(" seconds :: [{}], minutes :: [{}]", seconds, minutes);
|
||||
}
|
||||
|
||||
private void insertKakaoGroupDataTb_advc(int instCnt, KakaoVO kakaoVO, KakaoSendAdvcVO sendVO) throws Exception {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user