회원상세 최근문자전송내역 성공건수 DEL_FLAG 조건 삭제
This commit is contained in:
parent
ee6aee43a8
commit
61e1a38f1b
@ -1327,7 +1327,6 @@
|
|||||||
FROM
|
FROM
|
||||||
MJ_MSG_DATA A
|
MJ_MSG_DATA A
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
AND A.DEL_FLAG = 'N'
|
|
||||||
AND A.MSG_GROUP_ID = A.msgGroupId
|
AND A.MSG_GROUP_ID = A.msgGroupId
|
||||||
AND (<include refid="MjonMsgSentDAO.selectAgentResultQuery_A"/>) = 'S'
|
AND (<include refid="MjonMsgSentDAO.selectAgentResultQuery_A"/>) = 'S'
|
||||||
) AS successCnt
|
) AS successCnt
|
||||||
@ -1448,7 +1447,6 @@
|
|||||||
FROM
|
FROM
|
||||||
MJ_MSG_DATA A
|
MJ_MSG_DATA A
|
||||||
WHERE 1=1
|
WHERE 1=1
|
||||||
AND A.DEL_FLAG = 'N'
|
|
||||||
AND A.MSG_GROUP_ID = A.msgGroupId
|
AND A.MSG_GROUP_ID = A.msgGroupId
|
||||||
AND (<include refid="MjonMsgSentDAO.selectAgentResultQuery_A"/>) = 'S'
|
AND (<include refid="MjonMsgSentDAO.selectAgentResultQuery_A"/>) = 'S'
|
||||||
) AS successCnt
|
) AS successCnt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user