휴면회원으로 지정 기준날짜 변경
This commit is contained in:
parent
cd81aa9f9d
commit
db9bedf390
@ -166,7 +166,7 @@ public class MailTemplateServiceImpl extends EgovAbstractServiceImpl implements
|
||||
public void setMemberDormantUpdate() throws Exception {
|
||||
// 로그인 안한지 1년되기 한달전 휴면회원 전환 안내메일 대상자
|
||||
MberManageVO mberManageVO = new MberManageVO();
|
||||
mberManageVO.setDormantDay(200);
|
||||
mberManageVO.setDormantDay(365);
|
||||
List<MberManageVO> mberDormantList = mberManageDAO.selectMberDormantList(mberManageVO);
|
||||
|
||||
for (MberManageVO item : mberDormantList) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user