Merge branch 'master' into 5419_전화번호거짓표시50건이상

개발시 사용한 sysout 삭제
This commit is contained in:
leejunho 2025-09-10 11:13:02 +09:00
parent 6460d95b8c
commit 6f822ffa67

View File

@ -796,7 +796,6 @@ private int parseIntOrDefault(String value, int defaultValue) {
public void sendMessagesIfOverFifty(int cnt, String callTo) throws Exception {
//대량문자 발송 안내 = 01
System.out.println("test");
//50건 이상일 경우만 발송
if(
cnt >= 50