no message
This commit is contained in:
parent
742070e7fc
commit
076368e402
@ -125,9 +125,9 @@ final class Cron
|
||||
$iMoneyCount += $row["price"];
|
||||
|
||||
$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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user