--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgSent_SQL_mysql.xml
... | ... | @@ -232,7 +232,8 @@ |
| 232 | 232 |
|
| 233 | 233 |
<!-- 전체 발송결과 조회 (전송사별) 카운트--> |
| 234 | 234 |
<select id="MjonMsgSentDAO.countAllMsgSentList" parameterClass="mjonMsgSentVO" resultClass="int"> |
| 235 |
- |
|
| 235 |
+ /* MjonMsgSentDAO.countAllMsgSentList */ |
|
| 236 |
+ |
|
| 236 | 237 |
select |
| 237 | 238 |
COUNT(DISTINCT B.MSG_GROUP_ID) as totalGroupCount |
| 238 | 239 |
from |
... | ... | @@ -271,6 +272,9 @@ |
| 271 | 272 |
]]> |
| 272 | 273 |
</isEqual> |
| 273 | 274 |
</isNotEmpty> |
| 275 |
+ <isEmpty property="searchCondition02"> |
|
| 276 |
+ AND B.MSG_TYPE in ('4', '6')
|
|
| 277 |
+ </isEmpty> |
|
| 274 | 278 |
<isNotEmpty property="searchStartDate"> |
| 275 | 279 |
<![CDATA[ |
| 276 | 280 |
AND DATE_FORMAT(REGDATE, '%Y-%m-%d') >= DATE_FORMAT(#searchStartDate#, '%Y-%m-%d') |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?