결제내역 > 요금사용내역 > 문자삭제내역, 예약 취소내역 보이게 수정 /*and IFNULL(B.DEL_FLAG, 'N') = 'N'*/ /*and A.DEL_FLAG = 'N'*/ /*AND B.RESERVE_C_YN = 'N'*/
/*and IFNULL(B.DEL_FLAG, 'N') = 'N'*/ /*and A.DEL_FLAG = 'N'*/ /*AND B.RESERVE_C_YN = 'N'*/
@1a1146bc0b57eca9904c6e757e3bd9cb61570134
--- src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/msg/MjonMsgData_SQL_mysql.xml
... | ... | @@ -3309,10 +3309,16 @@ |
| 3309 | 3309 |
, ( |
| 3310 | 3310 |
<include refid="MjonMsgSentDAO.selectAgentWithKakaoResultQuery_A"/> |
| 3311 | 3311 |
) AS RESULT |
| 3312 |
- <include refid="MjonMsgSentDAO.selectJoinQuery"/> |
|
| 3312 |
+ from |
|
| 3313 |
+ MJ_MSG_DATA A , |
|
| 3314 |
+ MJ_MSG_GROUP_DATA B |
|
| 3315 |
+ where |
|
| 3316 |
+ A.MSG_GROUP_ID = B.MSG_GROUP_ID |
|
| 3317 |
+ /*and IFNULL(B.DEL_FLAG, 'N') = 'N'*/ |
|
| 3318 |
+ /*and A.DEL_FLAG = 'N'*/ |
|
| 3313 | 3319 |
AND A.USER_ID = #userId# |
| 3314 | 3320 |
AND B.USER_ID = #userId# |
| 3315 |
- AND B.RESERVE_C_YN = 'N' |
|
| 3321 |
+ /*AND B.RESERVE_C_YN = 'N'*/ |
|
| 3316 | 3322 |
ORDER BY 1=1 |
| 3317 | 3323 |
, msgGroupId DESC |
| 3318 | 3324 |
, sentDate DESC |
... | ... | @@ -7899,6 +7905,7 @@ |
| 7899 | 7905 |
SELECT |
| 7900 | 7906 |
CALL_FROM AS callFrom |
| 7901 | 7907 |
, SUBJECT AS subject |
| 7908 |
+ , SUBJECT_CHK_YN AS subjectChkYn |
|
| 7902 | 7909 |
, SMS_TXT AS smsTxt |
| 7903 | 7910 |
,( |
| 7904 | 7911 |
SELECT |
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?