|
@@ -681,7 +681,7 @@ public class AgreementLogic {
|
|
|
List<MailboxReceive> mailboxReceives = mailboxReceiveService.lambdaQuery().eq(MailboxReceive::getMailboxId, mailbox.getId()).list();
|
|
|
|
|
|
List<MailboxSendRecord> mailboxSendRecordList = mailboxSendRecordService.lambdaQuery()
|
|
|
- .between(MailboxSendRecord::getSendTime, DateUtil.beginOfDay(DateUtil.offsetDay(new Date(),-3)), DateUtil.endOfDay(new Date()))
|
|
|
+ .between(MailboxSendRecord::getSendTime, DateUtil.beginOfDay(DateUtil.offsetDay(new Date(),-15)), DateUtil.endOfDay(new Date()))
|
|
|
.eq(MailboxSendRecord::getReceiptStatus, IsYesNoEnum.NO.getKey()).list();
|
|
|
|
|
|
for (MailboxSendRecord mailboxSendRecord : mailboxSendRecordList) {
|