결제내역 > 요금사용내역 > 문자삭제내역, 예약 취소내역 보이게 수정
/*and IFNULL(B.DEL_FLAG, 'N') = 'N'*/ /*and A.DEL_FLAG = 'N'*/ /*AND B.RESERVE_C_YN = 'N'*/
This commit is contained in:
parent
cc983c7d42
commit
1a1146bc0b
@ -3309,10 +3309,16 @@
|
|||||||
, (
|
, (
|
||||||
<include refid="MjonMsgSentDAO.selectAgentWithKakaoResultQuery_A"/>
|
<include refid="MjonMsgSentDAO.selectAgentWithKakaoResultQuery_A"/>
|
||||||
) AS RESULT
|
) AS RESULT
|
||||||
<include refid="MjonMsgSentDAO.selectJoinQuery"/>
|
from
|
||||||
|
MJ_MSG_DATA A ,
|
||||||
|
MJ_MSG_GROUP_DATA B
|
||||||
|
where
|
||||||
|
A.MSG_GROUP_ID = B.MSG_GROUP_ID
|
||||||
|
/*and IFNULL(B.DEL_FLAG, 'N') = 'N'*/
|
||||||
|
/*and A.DEL_FLAG = 'N'*/
|
||||||
AND A.USER_ID = #userId#
|
AND A.USER_ID = #userId#
|
||||||
AND B.USER_ID = #userId#
|
AND B.USER_ID = #userId#
|
||||||
AND B.RESERVE_C_YN = 'N'
|
/*AND B.RESERVE_C_YN = 'N'*/
|
||||||
ORDER BY 1=1
|
ORDER BY 1=1
|
||||||
, msgGroupId DESC
|
, msgGroupId DESC
|
||||||
, sentDate DESC
|
, sentDate DESC
|
||||||
@ -7899,6 +7905,7 @@
|
|||||||
SELECT
|
SELECT
|
||||||
CALL_FROM AS callFrom
|
CALL_FROM AS callFrom
|
||||||
, SUBJECT AS subject
|
, SUBJECT AS subject
|
||||||
|
, SUBJECT_CHK_YN AS subjectChkYn
|
||||||
, SMS_TXT AS smsTxt
|
, SMS_TXT AS smsTxt
|
||||||
,(
|
,(
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user