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