Merge branch 'master' into 5419_전화번호거짓표시50건이상
개발시 사용한 sysout 삭제
This commit is contained in:
parent
6460d95b8c
commit
6f822ffa67
@ -796,7 +796,6 @@ private int parseIntOrDefault(String value, int defaultValue) {
|
|||||||
|
|
||||||
public void sendMessagesIfOverFifty(int cnt, String callTo) throws Exception {
|
public void sendMessagesIfOverFifty(int cnt, String callTo) throws Exception {
|
||||||
//대량문자 발송 안내 = 01
|
//대량문자 발송 안내 = 01
|
||||||
System.out.println("test");
|
|
||||||
//50건 이상일 경우만 발송
|
//50건 이상일 경우만 발송
|
||||||
if(
|
if(
|
||||||
cnt >= 50
|
cnt >= 50
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user