Merge branch 'master' into 5419_전화번호거짓표시50건이상
개발시 사용한 sysout 삭제
@6f822ffa67d6cf1320750560c90d3b3f5e3b4c43
--- src/main/java/itn/let/mjo/mjocommon/MjonCommon.java
+++ src/main/java/itn/let/mjo/mjocommon/MjonCommon.java
... | ... | @@ -796,7 +796,6 @@ |
| 796 | 796 |
|
| 797 | 797 |
public void sendMessagesIfOverFifty(int cnt, String callTo) throws Exception {
|
| 798 | 798 |
//대량문자 발송 안내 = 01 |
| 799 |
- System.out.println("test");
|
|
| 800 | 799 |
//50건 이상일 경우만 발송 |
| 801 | 800 |
if( |
| 802 | 801 |
cnt >= 50 |
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?