발송결과 > 문자 > 페이징 오류 - totalcount 수정
This commit is contained in:
parent
afc7612d35
commit
6639a776de
@ -232,6 +232,7 @@
|
||||
|
||||
<!-- 전체 발송결과 조회 (전송사별) 카운트-->
|
||||
<select id="MjonMsgSentDAO.countAllMsgSentList" parameterClass="mjonMsgSentVO" resultClass="int">
|
||||
/* MjonMsgSentDAO.countAllMsgSentList */
|
||||
|
||||
select
|
||||
COUNT(DISTINCT B.MSG_GROUP_ID) as totalGroupCount
|
||||
@ -271,6 +272,9 @@
|
||||
]]>
|
||||
</isEqual>
|
||||
</isNotEmpty>
|
||||
<isEmpty property="searchCondition02">
|
||||
AND B.MSG_TYPE in ('4', '6')
|
||||
</isEmpty>
|
||||
<isNotEmpty property="searchStartDate">
|
||||
<![CDATA[
|
||||
AND DATE_FORMAT(REGDATE, '%Y-%m-%d') >= DATE_FORMAT(#searchStartDate#, '%Y-%m-%d')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user