문자발송 - 번호추가 안내문구 수정 / 발송결과에 단문 장문 구분 수정
This commit is contained in:
parent
ed05ea4648
commit
4e2daf5e3c
@ -4226,33 +4226,10 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
|||||||
// int instCnt = mjonMsgDataDAO.insertMsgDataInfo_advc(mjonMsgSendVOList);
|
// int instCnt = mjonMsgDataDAO.insertMsgDataInfo_advc(mjonMsgSendVOList);
|
||||||
// int instCnt = mjonMsgDataDAO.insertMsgDataInfo_jdbc_advc(mjonMsgSendVOList);
|
// int instCnt = mjonMsgDataDAO.insertMsgDataInfo_jdbc_advc(mjonMsgSendVOList);
|
||||||
|
|
||||||
// Batch 시작 시간 측정
|
|
||||||
// 총 발송 건수 = DB insert
|
|
||||||
// int instCnt = 0;
|
|
||||||
// int instCnt = this.insertMsgData_advc(mjonMsgSendVOList);
|
|
||||||
|
|
||||||
// 수신거부 목록
|
// 총 발송 건수
|
||||||
returnMap.put("resultSts", instTotalCnt);
|
returnMap.put("resultSts", instTotalCnt);
|
||||||
log.debug("총 단가 합계: [{}]", mjonMsgVO.getTotPrice());
|
log.debug("총 단가 합계: [{}]", mjonMsgVO.getTotPrice());
|
||||||
//TODO: group 테이블에 저장
|
|
||||||
// if(instCnt > 0) {
|
|
||||||
//
|
|
||||||
// // Group TB insert
|
|
||||||
// mjonMsgVO.setMsgGroupCnt(Integer.toString(instCnt));
|
|
||||||
// this.insertMsgGroupDataTb_advc(mjonMsgVO, mjonMsgSendVOList.get(0));
|
|
||||||
//
|
|
||||||
// // 금액 및 포인트 insert
|
|
||||||
// priceAndPoint.insertCashAndPoint(
|
|
||||||
// userId
|
|
||||||
// , -Float.parseFloat(mjonMsgVO.getTotPrice())
|
|
||||||
// , "SMS 문자 총 " + mjonMsgVO.getMjonMsgSendVOList().size() + "건 중 " + instCnt + "건 발송"
|
|
||||||
// , mjonMsgVO.getMsgGroupId()
|
|
||||||
// );
|
|
||||||
//
|
|
||||||
// // 스팸 데이터가 있으면 MJ_SPAM_MSG_GROUP_DATA 테이블에 insert
|
|
||||||
// handleSpamMsg_advc(mjonMsgVO, mjonMsgSendVOList.get(0));
|
|
||||||
//
|
|
||||||
// }
|
|
||||||
//
|
//
|
||||||
|
|
||||||
// 스팸 및 스미싱 의심이면 slack 알림
|
// 스팸 및 스미싱 의심이면 slack 알림
|
||||||
@ -4264,18 +4241,6 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
|||||||
System.out.println("알림 조건을 충족하지 않았습니다.");
|
System.out.println("알림 조건을 충족하지 않았습니다.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////
|
|
||||||
//////////////////////////////////
|
|
||||||
//////////////////////////////////
|
|
||||||
|
|
||||||
//////////////////////////////////
|
|
||||||
//////////////////////////////////
|
|
||||||
//////////////////////////////////
|
|
||||||
|
|
||||||
|
|
||||||
statusResponse.setStatus(HttpStatus.OK);
|
statusResponse.setStatus(HttpStatus.OK);
|
||||||
statusResponse.setObject(returnMap);
|
statusResponse.setObject(returnMap);
|
||||||
return statusResponse;
|
return statusResponse;
|
||||||
@ -4303,8 +4268,9 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
|
|||||||
|
|
||||||
mjonMsgVO.setBefCash(priceAndPoint.getBefCash(mjonMsgVO.getUserId()));
|
mjonMsgVO.setBefCash(priceAndPoint.getBefCash(mjonMsgVO.getUserId()));
|
||||||
mjonMsgVO.setBefPoint(priceAndPoint.getBefPoint(mjonMsgVO.getUserId()));
|
mjonMsgVO.setBefPoint(priceAndPoint.getBefPoint(mjonMsgVO.getUserId()));
|
||||||
|
|
||||||
mjonMsgVO.setMsgGroupId(mjonMsgSendVO.getMsgGroupId());
|
mjonMsgVO.setMsgGroupId(mjonMsgSendVO.getMsgGroupId());
|
||||||
|
mjonMsgVO.setMsgType(mjonMsgSendVO.getMsgType());
|
||||||
mjonMsgDAO.insertGroupMsgData(mjonMsgVO);
|
mjonMsgDAO.insertGroupMsgData(mjonMsgVO);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4072,13 +4072,13 @@ function getMjMsgSentListAll(pageNo) {
|
|||||||
<span style="display:block;margin:10px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 추가됩니다.</span>
|
<span style="display:block;margin:10px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 추가됩니다.</span>
|
||||||
<div class="error_hover_cont send_hover_cont">
|
<div class="error_hover_cont send_hover_cont">
|
||||||
<!-- <p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p> -->
|
<!-- <p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p> -->
|
||||||
<p>줄바꿈 기준으로 핸드폰 번호 입력이 가능합니다.</p>
|
<p>줄바꿈(Enter) 기준으로 핸드폰 번호 입력이 가능합니다.</p>
|
||||||
<span>
|
<span>
|
||||||
(예시)<br/>
|
(예시)<br/>
|
||||||
010-1234-0001<br/>
|
010-1234-0001↵<br/>
|
||||||
010-1235-0002<br/>
|
010-1235-0002↵<br/>
|
||||||
01012350003<br/>
|
01012350003↵<br/>
|
||||||
01012350004<br/>
|
01012350004↵<br/>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user