알림톡 슬랙 메시지 등록 기능 추가
This commit is contained in:
parent
192361b75c
commit
daf41d2896
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user