no message
This commit is contained in:
parent
8b7a695258
commit
639b5c7a82
@ -486,7 +486,7 @@ final class Cron
|
||||
$oTgSendFormat->sTitleEmoji = "\n\n";
|
||||
$oTgSendFormat->sTitle = "# 机器流量";
|
||||
|
||||
$oDucksAll = $oDucks->orderBy('code')->all();
|
||||
$oDucksAll = $oDucks->orderBy('code')->get();
|
||||
foreach ($oDucksAll as $oDucksRow) {
|
||||
|
||||
$targetDate = new DateTime($oZhuanfasRow->end_date);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user