관리자 sms 자동 이미치 첨부기능 원복 관리자전송리스트 상세화면 이동 기능 변경
관리자전송리스트 상세화면 이동 기능 변경
@a0831d76c4e28cf55bb1d23d9da4ef3a3f3b4702
--- src/main/java/itn/let/mjo/msg/web/MjonMsgController.java
+++ src/main/java/itn/let/mjo/msg/web/MjonMsgController.java
... | ... | @@ -3540,14 +3540,15 @@ |
| 3540 | 3540 |
* 20240924 추가 우영두 |
| 3541 | 3541 |
* 광고규정 및 수신동의 안내 메시지 선택시 이미지를 자동으로 첨부하도록 하기 위해서 처리 |
| 3542 | 3542 |
* 이미지 파일은 서버에 저장되어 있는 파일을 전송하도록 함. |
| 3543 |
+ * --- 관리자에서 첨부했던 이미지를 볼 수 없어서 원복 처리함. |
|
| 3543 | 3544 |
* */ |
| 3544 | 3545 |
|
| 3545 |
- if(mjonMsgVO.getAdmSmsImgAuto().equals("Y")) {
|
|
| 3546 |
+ /*if(mjonMsgVO.getAdmSmsImgAuto().equals("Y")) {
|
|
| 3546 | 3547 |
String imageCommPath = fileSaveDir+"/file/MMS/common/KISA_NOTI.jpg"; |
| 3547 | 3548 |
mjonMsgVO.setFileName1(imageCommPath); |
| 3548 | 3549 |
mjonMsgVO.setFileCnt("1");
|
| 3549 | 3550 |
mjonMsgVO.setMsgType("6");
|
| 3550 |
- } |
|
| 3551 |
+ }*/ |
|
| 3551 | 3552 |
|
| 3552 | 3553 |
//문자종류 관리자가 발송하는 것은 msgKind : S 로 셋팅 |
| 3553 | 3554 |
mjonMsgVO.setMsgKind("S");
|
--- src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
+++ src/main/webapp/WEB-INF/jsp/cmm/uss/umt/EgovGnrlUserSelectUpdt.jsp
... | ... | @@ -3002,14 +3002,6 @@ |
| 3002 | 3002 |
$("#smsTxt").val('[문자온] 고객님께서는 한국인터넷진흥원 스팸신고로 인해 사이트 이용정지 처리되었음을 안내 드립니다. 문의사항이 있으신 경우 고객센터(1551-8011)로 연락 부탁드립니다.');
|
| 3003 | 3003 |
} |
| 3004 | 3004 |
|
| 3005 |
- //광고규정 및 수신동의 안내 메시지 선택시 첨부파일 영역 숨김처리 |
|
| 3006 |
- //이미지를 자동으로 첨부하도록 하기 위해서 처리 |
|
| 3007 |
- if(selValue == '3'){
|
|
| 3008 |
- $(".smsFileInput").hide();
|
|
| 3009 |
- }else{
|
|
| 3010 |
- $(".smsFileInput").show();
|
|
| 3011 |
- } |
|
| 3012 |
- |
|
| 3013 | 3005 |
var contents = $("#smsTxt").val();
|
| 3014 | 3006 |
fnByteString(contents); |
| 3015 | 3007 |
|
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/admSys/AdmSystemSendMsgList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/admSys/AdmSystemSendMsgList.jsp
... | ... | @@ -252,6 +252,7 @@ |
| 252 | 252 |
<col style="width: 5%"> |
| 253 | 253 |
<col style="width: 8%"> |
| 254 | 254 |
<col style="width: 10%"> |
| 255 |
+ <col style="width: 10%"> |
|
| 255 | 256 |
<col style="width: 6%"> |
| 256 | 257 |
<col style="width: 16%"> |
| 257 | 258 |
<col style="width: *%"> |
... | ... | @@ -266,7 +267,7 @@ |
| 266 | 267 |
|
| 267 | 268 |
<th>아이디<input type="button" class="sort sortBtn" id="sort_userId"></th> |
| 268 | 269 |
<th>발신번호<input type="button" class="sort sortBtn" id="sort_callFrom"></th> |
| 269 |
- |
|
| 270 |
+ <th>수신번호<input type="button" class="sort sortBtn" id="sort_callTo"></th> |
|
| 270 | 271 |
<th>발송건수<input type="button" class="sort sortBtn" id="sort_msgGroupCnt"></th> |
| 271 | 272 |
<th>요청시간<input type="button" class="sort sortBtn" id="sort_reqDate"></th> |
| 272 | 273 |
|
... | ... | @@ -282,7 +283,7 @@ |
| 282 | 283 |
</thead> |
| 283 | 284 |
<tbody> |
| 284 | 285 |
<c:forEach var="result" items="${resultList}" varStatus="status">
|
| 285 |
- <tr onclick="fn_detail('${result.msgId}'); return false;" style="cursor:pointer;">
|
|
| 286 |
+ <tr onclick="fn_modify('${result.userData}'); return false;" style="cursor:pointer;">
|
|
| 286 | 287 |
<td> |
| 287 | 288 |
<c:if test="${searchVO.searchSortOrd eq 'desc' }">
|
| 288 | 289 |
<c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
|
... | ... | @@ -294,11 +295,11 @@ |
| 294 | 295 |
|
| 295 | 296 |
<td><c:out value="${result.userId}"/></td>
|
| 296 | 297 |
<td> |
| 297 |
- <a href="#" onclick="fn_modify('${result.userData}'); return false;">
|
|
| 298 |
- <c:out value="${result.callFrom}"/>
|
|
| 299 |
- </a> |
|
| 298 |
+ <c:out value="${result.callFrom}"/>
|
|
| 300 | 299 |
</td> |
| 301 |
- |
|
| 300 |
+ <td> |
|
| 301 |
+ <c:out value="${result.callTo}"/>
|
|
| 302 |
+ </td> |
|
| 302 | 303 |
<td><c:out value="${result.msgGroupCnt}"/></td>
|
| 303 | 304 |
<td><c:out value="${result.reqDate}"/></td>
|
| 304 | 305 |
<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>
|
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?