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();
if (isset($oUser['from'])) {
$sFrom = $oUser['from'];
if (isset($oUser->from)) {
$sFrom = $oUser->from;
} else {
$sFrom = "";
}
@ -138,7 +138,6 @@ final class Cron
} else {
$iPayCountOld ++;
$iMoneyCountOld += $row["price"];
// var_dump($row);
}
$aUserMix[$sFrom]['pay_count'] = $iPayCount;