Compare commits
2 Commits
f49814b2a1
...
b5ba2c2bee
| Author | SHA1 | Date | |
|---|---|---|---|
| b5ba2c2bee | |||
| baa528a628 |
@@ -15,6 +15,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
import com.eactive.apim.portal.common.util.PhoneNumberUtil;
|
||||||
import com.eactive.apim.portal.portalproperty.service.PortalPropertyService;
|
import com.eactive.apim.portal.portalproperty.service.PortalPropertyService;
|
||||||
import com.eactive.apim.portal.template.entity.MessageRequest;
|
import com.eactive.apim.portal.template.entity.MessageRequest;
|
||||||
import com.eactive.eai.common.util.SystemUtil;
|
import com.eactive.eai.common.util.SystemUtil;
|
||||||
@@ -203,7 +204,7 @@ public class UmsService {
|
|||||||
dataVO.setSnd_dvcd("EAI");
|
dataVO.setSnd_dvcd("EAI");
|
||||||
dataVO.setMsg_titl("");
|
dataVO.setMsg_titl("");
|
||||||
dataVO.setMsg_ctnt(messageRequest.getMessage());
|
dataVO.setMsg_ctnt(messageRequest.getMessage());
|
||||||
dataVO.setRecvr_no(messageRequest.getPhone());
|
dataVO.setRecvr_no(PhoneNumberUtil.digitsOnly(messageRequest.getPhone()));
|
||||||
dataVO.setSndn_no("15880079"); //발신번호
|
dataVO.setSndn_no("15880079"); //발신번호
|
||||||
dataVO.setSnd_empno(""); //요청자
|
dataVO.setSnd_empno(""); //요청자
|
||||||
dataVO.setSnd_emp_dprm_cd(""); //요청부서코드
|
dataVO.setSnd_emp_dprm_cd(""); //요청부서코드
|
||||||
|
|||||||
Reference in New Issue
Block a user