no message
This commit is contained in:
parent
0e873c2c5e
commit
09cce78e48
@ -1206,7 +1206,7 @@ final class Cron
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
DB::beginTransaction();
|
// DB::beginTransaction();
|
||||||
|
|
||||||
$oUser = User::where("id", $oPlanExpireQueue->user_id)->first();
|
$oUser = User::where("id", $oPlanExpireQueue->user_id)->first();
|
||||||
|
|
||||||
@ -1250,7 +1250,7 @@ final class Cron
|
|||||||
|
|
||||||
tomd($r);
|
tomd($r);
|
||||||
|
|
||||||
DB::commit();
|
// DB::commit();
|
||||||
|
|
||||||
self::_helper_log("用户".$oUser->id."彻底过期");
|
self::_helper_log("用户".$oUser->id."彻底过期");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user