이호영 이호영 2025-10-29
발송결과 수신번호 검색
@11c9136f5601687b9ffb978f621a38481af59727
.claude/.gitignore
--- .claude/.gitignore
+++ .claude/.gitignore
@@ -1,1 +1,2 @@
 /settings.local.json
+/mcp_settings.json
src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml
--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml
@@ -254,6 +254,9 @@
 					<isEqual property="searchCondition" compareValue="3" >
 						AND B.SMS_TXT LIKE CONCAT('%', #searchKeyword#, '%')
 					</isEqual>
+					<isEqual property="searchCondition" compareValue="4" >
+						AND A.CALL_TO LIKE CONCAT('%', #searchKeyword#, '%')
+					</isEqual>
 				</isNotEmpty>
 				<isNotEmpty property="searchCondition01">
 					AND B.RESERVE_YN = #searchCondition01#
Add a comment
List