발송결과 수신번호 검색
This commit is contained in:
parent
94c13d02ea
commit
11c9136f56
1
.claude/.gitignore
vendored
1
.claude/.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/settings.local.json
|
/settings.local.json
|
||||||
|
/mcp_settings.json
|
||||||
|
|||||||
@ -254,6 +254,9 @@
|
|||||||
<isEqual property="searchCondition" compareValue="3" >
|
<isEqual property="searchCondition" compareValue="3" >
|
||||||
AND B.SMS_TXT LIKE CONCAT('%', #searchKeyword#, '%')
|
AND B.SMS_TXT LIKE CONCAT('%', #searchKeyword#, '%')
|
||||||
</isEqual>
|
</isEqual>
|
||||||
|
<isEqual property="searchCondition" compareValue="4" >
|
||||||
|
AND A.CALL_TO LIKE CONCAT('%', #searchKeyword#, '%')
|
||||||
|
</isEqual>
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
<isNotEmpty property="searchCondition01">
|
<isNotEmpty property="searchCondition01">
|
||||||
AND B.RESERVE_YN = #searchCondition01#
|
AND B.RESERVE_YN = #searchCondition01#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user