5585 카톡발송내역 web api 검색조건 수정

This commit is contained in:
hehihoho3@gmail.com 2025-12-03 11:42:22 +09:00
parent 41ba6092c4
commit 84ff0a6186

View File

@ -2681,7 +2681,7 @@
<isNotEmpty property="searchCondition3" prepend="AND">
<isEqual property="searchCondition3" compareValue="10">
MMGD.SEND_KIND ='H'
(MMGD.SEND_KIND = 'H' or MMGD.SEND_KIND is null)
</isEqual>
<isEqual property="searchCondition3" compareValue="20">
MMGD.SEND_KIND ='A'
@ -2782,8 +2782,19 @@
AND MMGD.SMS_TXT LIKE CONCAT ('%', #searchKeyword#,'%')
</isEqual>
</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 id="mjonKakaoATDAO.selectMjonKakaoATGroupCompleteByUserList_advc_back" parameterClass="kakaoVO" resultClass="kakaoVO">
SELECT
M2.totCnt ,