회원상세 최근문자전송내역 성공건수 DEL_FLAG 조건 삭제
@61e1a38f1bd1a9eaf48ed3686fbe319200513fb4
--- src/main/resources/egovframework/sqlmap/let/uss/umt/EgovMberManage_SQL_Mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/uss/umt/EgovMberManage_SQL_Mysql.xml
... | ... | @@ -1327,7 +1327,6 @@ |
| 1327 | 1327 |
FROM |
| 1328 | 1328 |
MJ_MSG_DATA A |
| 1329 | 1329 |
WHERE 1=1 |
| 1330 |
- AND A.DEL_FLAG = 'N' |
|
| 1331 | 1330 |
AND A.MSG_GROUP_ID = A.msgGroupId |
| 1332 | 1331 |
AND (<include refid="MjonMsgSentDAO.selectAgentResultQuery_A"/>) = 'S' |
| 1333 | 1332 |
) AS successCnt |
... | ... | @@ -1448,7 +1447,6 @@ |
| 1448 | 1447 |
FROM |
| 1449 | 1448 |
MJ_MSG_DATA A |
| 1450 | 1449 |
WHERE 1=1 |
| 1451 |
- AND A.DEL_FLAG = 'N' |
|
| 1452 | 1450 |
AND A.MSG_GROUP_ID = A.msgGroupId |
| 1453 | 1451 |
AND (<include refid="MjonMsgSentDAO.selectAgentResultQuery_A"/>) = 'S' |
| 1454 | 1452 |
) AS successCnt |
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?