--- .claude/.gitignore
+++ .claude/.gitignore
... | ... | @@ -1,1 +1,2 @@ |
| 1 | 1 |
/settings.local.json |
| 2 |
+/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
... | ... | @@ -254,6 +254,9 @@ |
| 254 | 254 |
<isEqual property="searchCondition" compareValue="3" > |
| 255 | 255 |
AND B.SMS_TXT LIKE CONCAT('%', #searchKeyword#, '%')
|
| 256 | 256 |
</isEqual> |
| 257 |
+ <isEqual property="searchCondition" compareValue="4" > |
|
| 258 |
+ AND A.CALL_TO LIKE CONCAT('%', #searchKeyword#, '%')
|
|
| 259 |
+ </isEqual> |
|
| 257 | 260 |
</isNotEmpty> |
| 258 | 261 |
<isNotEmpty property="searchCondition01"> |
| 259 | 262 |
AND B.RESERVE_YN = #searchCondition01# |
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?