5585 카톡발송내역 web api 검색조건 수정
This commit is contained in:
parent
41ba6092c4
commit
84ff0a6186
@ -2681,7 +2681,7 @@
|
|||||||
|
|
||||||
<isNotEmpty property="searchCondition3" prepend="AND">
|
<isNotEmpty property="searchCondition3" prepend="AND">
|
||||||
<isEqual property="searchCondition3" compareValue="10">
|
<isEqual property="searchCondition3" compareValue="10">
|
||||||
MMGD.SEND_KIND ='H'
|
(MMGD.SEND_KIND = 'H' or MMGD.SEND_KIND is null)
|
||||||
</isEqual>
|
</isEqual>
|
||||||
<isEqual property="searchCondition3" compareValue="20">
|
<isEqual property="searchCondition3" compareValue="20">
|
||||||
MMGD.SEND_KIND ='A'
|
MMGD.SEND_KIND ='A'
|
||||||
@ -2781,9 +2781,20 @@
|
|||||||
<isEqual property="searchCondition" compareValue="3">
|
<isEqual property="searchCondition" compareValue="3">
|
||||||
AND MMGD.SMS_TXT LIKE CONCAT ('%', #searchKeyword#,'%')
|
AND MMGD.SMS_TXT LIKE CONCAT ('%', #searchKeyword#,'%')
|
||||||
</isEqual>
|
</isEqual>
|
||||||
</isNotEmpty>
|
</isNotEmpty>
|
||||||
|
|
||||||
|
<isNotEmpty property="searchCondition3" prepend="AND">
|
||||||
|
<isEqual property="searchCondition3" compareValue="10">
|
||||||
|
(MMGD.SEND_KIND = 'H' or MMGD.SEND_KIND is null)
|
||||||
|
</isEqual>
|
||||||
|
<isEqual property="searchCondition3" compareValue="20">
|
||||||
|
MMGD.SEND_KIND ='A'
|
||||||
|
</isEqual>
|
||||||
|
</isNotEmpty>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
<select id="mjonKakaoATDAO.selectMjonKakaoATGroupCompleteByUserList_advc_back" parameterClass="kakaoVO" resultClass="kakaoVO">
|
<select id="mjonKakaoATDAO.selectMjonKakaoATGroupCompleteByUserList_advc_back" parameterClass="kakaoVO" resultClass="kakaoVO">
|
||||||
SELECT
|
SELECT
|
||||||
M2.totCnt ,
|
M2.totCnt ,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user