diff --git a/application/wechat/controller/Fans.php b/application/wechat/controller/Fans.php index d6d677a31..06c5bcc26 100644 --- a/application/wechat/controller/Fans.php +++ b/application/wechat/controller/Fans.php @@ -177,8 +177,6 @@ class Fans extends BasicAdmin */ public function sync() { - echo 11; - exit; try { Db::name($this->table)->where('1=1')->delete(); FansService::sync();