관리자 sms 자동 이미치 첨부기능 원복

관리자전송리스트 상세화면 이동 기능 변경
This commit is contained in:
rosewiper 2024-09-26 11:11:42 +09:00
parent c390b02134
commit a0831d76c4
3 changed files with 10 additions and 16 deletions

View File

@ -3540,14 +3540,15 @@ public class MjonMsgController {
* 20240924 추가 우영두
* 광고규정 수신동의 안내 메시지 선택시 이미지를 자동으로 첨부하도록 하기 위해서 처리
* 이미지 파일은 서버에 저장되어 있는 파일을 전송하도록 .
* --- 관리자에서 첨부했던 이미지를 없어서 원복 처리함.
* */
if(mjonMsgVO.getAdmSmsImgAuto().equals("Y")) {
/*if(mjonMsgVO.getAdmSmsImgAuto().equals("Y")) {
String imageCommPath = fileSaveDir+"/file/MMS/common/KISA_NOTI.jpg";
mjonMsgVO.setFileName1(imageCommPath);
mjonMsgVO.setFileCnt("1");
mjonMsgVO.setMsgType("6");
}
}*/
//문자종류 관리자가 발송하는 것은 msgKind : S 셋팅
mjonMsgVO.setMsgKind("S");

View File

@ -3002,14 +3002,6 @@ function fnInputSmsTxt(){
$("#smsTxt").val('[문자온] 고객님께서는 한국인터넷진흥원 스팸신고로 인해 사이트 이용정지 처리되었음을 안내 드립니다. 문의사항이 있으신 경우 고객센터(1551-8011)로 연락 부탁드립니다.');
}
//광고규정 및 수신동의 안내 메시지 선택시 첨부파일 영역 숨김처리
//이미지를 자동으로 첨부하도록 하기 위해서 처리
if(selValue == '3'){
$(".smsFileInput").hide();
}else{
$(".smsFileInput").show();
}
var contents = $("#smsTxt").val();
fnByteString(contents);

View File

@ -252,6 +252,7 @@ function fnSetCalMonth(val) {
<col style="width: 5%">
<col style="width: 8%">
<col style="width: 10%">
<col style="width: 10%">
<col style="width: 6%">
<col style="width: 16%">
<col style="width: *%">
@ -266,7 +267,7 @@ function fnSetCalMonth(val) {
<th>아이디<input type="button" class="sort sortBtn" id="sort_userId"></th>
<th>발신번호<input type="button" class="sort sortBtn" id="sort_callFrom"></th>
<th>수신번호<input type="button" class="sort sortBtn" id="sort_callTo"></th>
<th>발송건수<input type="button" class="sort sortBtn" id="sort_msgGroupCnt"></th>
<th>요청시간<input type="button" class="sort sortBtn" id="sort_reqDate"></th>
@ -282,7 +283,7 @@ function fnSetCalMonth(val) {
</thead>
<tbody>
<c:forEach var="result" items="${resultList}" varStatus="status">
<tr onclick="fn_detail('${result.msgId}'); return false;" style="cursor:pointer;">
<tr onclick="fn_modify('${result.userData}'); return false;" style="cursor:pointer;">
<td>
<c:if test="${searchVO.searchSortOrd eq 'desc' }">
<c:out value="${ ( paginationInfo.totalRecordCount - ((paginationInfo.currentPageNo -1)*paginationInfo.recordCountPerPage) ) - status.index }"/>
@ -294,11 +295,11 @@ function fnSetCalMonth(val) {
<td><c:out value="${result.userId}"/></td>
<td>
<a href="#" onclick="fn_modify('${result.userData}'); return false;">
<c:out value="${result.callFrom}"/>
</a>
<c:out value="${result.callFrom}"/>
</td>
<td>
<c:out value="${result.callTo}"/>
</td>
<td><c:out value="${result.msgGroupCnt}"/></td>
<td><c:out value="${result.reqDate}"/></td>
<td class="sms_detail left" <c:if test="${result.smishingYn eq 'Y'}">style="color: #0000FF;"</c:if>>