알림톡 슬랙 메시지 등록 기능 추가

This commit is contained in:
wyh 2023-07-10 11:46:29 +09:00
parent 192361b75c
commit daf41d2896

View File

@ -753,7 +753,7 @@ public class KakaoAlimTalkSendController {
if (joinSettingVO != null && joinSettingVO.getSlackNoti().equals("Y")) { if (joinSettingVO != null && joinSettingVO.getSlackNoti().equals("Y")) {
//Slack으로 메세지 전송 처리 //Slack으로 메세지 전송 처리
MjonCommon comm = new MjonCommon(); MjonCommon comm = new MjonCommon();
// comm.getAdminKakaoAtSandSlack(kakaoVO); comm.getAdminKakaoAtSandSlack(kakaoVO);
} }
} }