删除机器人 数据残留导致机器人 未能生效
This commit is contained in:
@@ -26,7 +26,7 @@ class Premium
|
|||||||
|
|
||||||
public function __construct($data, $botid)
|
public function __construct($data, $botid)
|
||||||
{
|
{
|
||||||
$botinfo = Db::name("admin_bot")->cache(60)->where("botid", $botid)->find();
|
$botinfo = Db::name("admin_bot")->cache(60)->where("botid", $botid)->whereNull('delete_time')->find();
|
||||||
//var_dump($botinfo,$botid);
|
//var_dump($botinfo,$botid);
|
||||||
if(empty($botinfo)){
|
if(empty($botinfo)){
|
||||||
return "bot error";
|
return "bot error";
|
||||||
|
|||||||
Reference in New Issue
Block a user