발송결과 수신번호 검색

This commit is contained in:
hehihoho3@gmail.com 2025-10-29 14:05:07 +09:00
parent 94c13d02ea
commit 11c9136f56
2 changed files with 4 additions and 0 deletions

1
.claude/.gitignore vendored
View File

@ -1 +1,2 @@
/settings.local.json
/mcp_settings.json

View File

@ -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#