Merge branch 'hylee'

This commit is contained in:
hehihoho3@gmail.com 2025-04-09 12:53:15 +09:00
commit 3ab25aea1b

View File

@ -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')