From f730225b490b965aef35941536c7b8b5714bd54e Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 2 Apr 2018 11:52:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E9=85=8D=E7=BD=AE=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Fans.php | 2 -- 1 file changed, 2 deletions(-) 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();