회원 이메일 발송 건수 15분 단위로 기존 200건 -> 500건으로 변경
This commit is contained in:
parent
394fd08094
commit
22f5be522c
@ -4814,7 +4814,7 @@ public class EgovBBSManageController {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// 이용약관 회원 전체발송
|
// 이용약관 회원 전체발송
|
||||||
//mjonNoticeSendUtil.userAllTermsEmailSend();
|
mjonNoticeSendUtil.userAllTermsEmailSend();
|
||||||
}
|
}
|
||||||
catch(Exception e) {
|
catch(Exception e) {
|
||||||
isSuccess = false;
|
isSuccess = false;
|
||||||
|
|||||||
@ -503,7 +503,7 @@ public class MjonNoticeSendUtil {
|
|||||||
mailSender.setContents(emailContents);
|
mailSender.setContents(emailContents);
|
||||||
|
|
||||||
// Step2. 발송대상자 List
|
// Step2. 발송대상자 List
|
||||||
termsVO.setRecordCountPerPage(200);
|
termsVO.setRecordCountPerPage(500);
|
||||||
List<TermsVO> resultList = new ArrayList<TermsVO>();
|
List<TermsVO> resultList = new ArrayList<TermsVO>();
|
||||||
resultList = egovSiteManagerService.selectTermsEmailTargetList(termsVO);
|
resultList = egovSiteManagerService.selectTermsEmailTargetList(termsVO);
|
||||||
for(TermsVO item : resultList) {
|
for(TermsVO item : resultList) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user