|
@@ -257,6 +257,7 @@ public class EmailConfigServiceImpl implements EmailConfigService {
|
|
mailboxInfoDO.setUpdateTime(new Date());
|
|
mailboxInfoDO.setUpdateTime(new Date());
|
|
mailboxInfoDO.setUpdaterId(UserUtils.getLoginUser().getUserId());
|
|
mailboxInfoDO.setUpdaterId(UserUtils.getLoginUser().getUserId());
|
|
mailboxInfoDO.setCreatorId(UserUtils.getLoginUser().getUserId());
|
|
mailboxInfoDO.setCreatorId(UserUtils.getLoginUser().getUserId());
|
|
|
|
+ mailboxInfoDO.setOpenStatus(1);
|
|
return mailboxInfoDO;
|
|
return mailboxInfoDO;
|
|
}
|
|
}
|
|
|
|
|