no message

This commit is contained in:
hellcat 2025-03-30 21:19:01 +08:00
parent 742070e7fc
commit 076368e402

View File

@ -126,8 +126,8 @@ final class Cron
$oUser = $oUserModel->where("id", $row["id"])->first(); $oUser = $oUserModel->where("id", $row["id"])->first();
if (isset($oUser['from'])) { if (isset($oUser->from)) {
$sFrom = $oUser['from']; $sFrom = $oUser->from;
} else { } else {
$sFrom = ""; $sFrom = "";
} }
@ -138,7 +138,6 @@ final class Cron
} else { } else {
$iPayCountOld ++; $iPayCountOld ++;
$iMoneyCountOld += $row["price"]; $iMoneyCountOld += $row["price"];
// var_dump($row);
} }
$aUserMix[$sFrom]['pay_count'] = $iPayCount; $aUserMix[$sFrom]['pay_count'] = $iPayCount;