--- src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
+++ src/main/java/itn/let/mjo/msgdata/service/impl/MjonMsgDataServiceImpl.java
... | ... | @@ -3980,6 +3980,7 @@ |
| 3980 | 3980 |
} |
| 3981 | 3981 |
|
| 3982 | 3982 |
String smsTxt = mjonMsgVO.getSmsTxtArea(); |
| 3983 |
+ smsTxt = StringUtils.isEmpty(smsTxt) ? "" : smsTxt; |
|
| 3983 | 3984 |
// 광고문자면 처리 - 광고 A |
| 3984 | 3985 |
if ("A".equals(mjonMsgVO.getMsgKind())) {
|
| 3985 | 3986 |
smsTxt = "(광고)" + smsTxt + "\n" + "무료거부 0808800858"; |
... | ... | @@ -3987,7 +3988,7 @@ |
| 3987 | 3988 |
mjonMsgVO.setSmsTxt(smsTxt); |
| 3988 | 3989 |
|
| 3989 | 3990 |
|
| 3990 |
-// log.debug(" :: smsTxt :: [{}]", smsTxt);
|
|
| 3991 |
+ log.debug(" :: smsTxt :: [{}]", smsTxt);
|
|
| 3991 | 3992 |
|
| 3992 | 3993 |
StatusResponse statusResponse = new StatusResponse(); |
| 3993 | 3994 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?