xxxrrrdddd %!s(int64=2) %!d(string=hai) anos
pai
achega
e92e713565
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      commands/Admin_disable.php

+ 1 - 1
commands/Admin_disable.php

@@ -13,7 +13,7 @@ class AdminDisable extends Com{
                     ->where('logintime','<',strtotime('-1month'))
                     ->where('status','normal')
                     ->update(['status'=>'hidden']);
-                $worker::log("禁用了{$userNum}个管理员");
+                self::log("禁用了{$userNum}个管理员");
             });
         };
     }