From d1683cc319285ad36b7ab9048efb28fe8bece6ac Mon Sep 17 00:00:00 2001 From: Rinjae Date: Tue, 30 Jun 2026 09:05:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=99=94=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=A0=95=EA=B7=9C=ED=99=94=20=EC=A0=81=EC=9A=A9:=20=EC=88=AB?= =?UTF-8?q?=EC=9E=90=20=EC=B6=94=EC=B6=9C=20=EC=9C=A0=ED=8B=B8(PhoneNumber?= =?UTF-8?q?Util)=20=ED=99=9C=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eai/rms/onl/common/service/ums/StandardMessageFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/rms/onl/common/service/ums/StandardMessageFactory.java b/src/main/java/com/eactive/eai/rms/onl/common/service/ums/StandardMessageFactory.java index 5ed3b94..e2b9bd4 100644 --- a/src/main/java/com/eactive/eai/rms/onl/common/service/ums/StandardMessageFactory.java +++ b/src/main/java/com/eactive/eai/rms/onl/common/service/ums/StandardMessageFactory.java @@ -1,5 +1,6 @@ package com.eactive.eai.rms.onl.common.service.ums; +import com.eactive.apim.portal.common.util.PhoneNumberUtil; import com.eactive.apim.portal.template.entity.MessageRequest; import com.eactive.eai.rms.data.entity.man.monitoringProperty.service.MonitoringPropertyService; import com.eactive.eai.transformer.util.ByteUtil; @@ -126,7 +127,7 @@ public class StandardMessageFactory { template.get("KKO_CTT").setValue(request.getMessage()); template.get("KKO_ATTACHMENT").setValue("{\"button\":[{\"name\":\"채널 추가\",\"type\":\"AC\"}]}"); template.get("KKO_SMS_SND_MSG").setValue(request.getMessage()); - template.get("RCPN_MVBL_TEL_NO").setValue(request.getPhone()); + template.get("RCPN_MVBL_TEL_NO").setValue(PhoneNumberUtil.digitsOnly(request.getPhone())); String kkoSenderKey = monitoringPropertyService.getPrpty2ValById("Monitoring", "ums.kko.sender.key"); template.put("KKO_SENDER_KEY", new FieldDefinition(40, kkoSenderKey)); // 카카오발신프로필키