--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
... | ... | @@ -8298,7 +8298,9 @@ |
| 8298 | 8298 |
|
| 8299 | 8299 |
<select id="mjonMsgDataDAO.selectSysMsgTodaySendYn" parameterClass="SendLogVO" resultClass="boolean"> |
| 8300 | 8300 |
SELECT |
| 8301 |
- COUNT(1) > 1 AS todaySendYn |
|
| 8301 |
+ <![CDATA[ |
|
| 8302 |
+ COUNT(1) >= 1 AS todaySendYn |
|
| 8303 |
+ ]]> |
|
| 8302 | 8304 |
FROM |
| 8303 | 8305 |
mj_system_send a |
| 8304 | 8306 |
WHERE |
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?