no message
This commit is contained in:
parent
e2cca85173
commit
ae61c98079
@ -955,6 +955,8 @@ final class Cron
|
||||
continue;
|
||||
}
|
||||
|
||||
DB::commit();
|
||||
|
||||
} catch (\Exception $e) {
|
||||
|
||||
DB::rollBack();
|
||||
@ -1210,7 +1212,7 @@ final class Cron
|
||||
|
||||
tomd($oPlanExpireQueue->user_id);
|
||||
$oUser = User::where("id", $oPlanExpireQueue->user_id)->first();
|
||||
tomd($oUser->toArray(), 1);
|
||||
// tomd($oUser->toArray(), 1);
|
||||
$oUser->class = $iToClass;
|
||||
$oUser->class_expire = $iToExpire;
|
||||
$oUser->transfer_enable = $iToEnable;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user