refactor(app): 优化邮件模板

master
cody 4 weeks ago
parent 3a8b3f9e9a
commit bc1c3e7ba9

@ -98,6 +98,7 @@ class MeetRepository
while ($currentDate->format('Y-m-d') <= $endDateTime->format('Y-m-d')) {
$dayStart = clone $currentDate;
$dayStart->setTime(0, 0, 0);
$dayEnd = clone $currentDate;
$dayEnd->setTime(23, 59, 59);

Loading…
Cancel
Save