This commit is contained in:
2023-04-25 16:08:15 +09:00
parent dc0227f3dc
commit ace31eb1a8

View File

@@ -730,7 +730,7 @@ public class SendNumMgtService {
String userPhone = sendNumMgtMapper.selectUserPhoneByAdminId(adminId);
ezMsgMap.put("phone", userPhone);
String msg = "[LG U+메시지허브이지]\n허브이지 발신번호 신청 내역 반려 되었습니다. 자세한 내용은 메일 확인 부탁드립니다.*";
String msg = "[LG U+메시지허브이지]\n허브이지 발신번호 신청 내역 반려 되었습니다. 자세한 내용은 메일 확인 부탁드립니다.";
ezMsgMap.put("msg", msg);