作者 sgj
1 个管道 的构建 通过 耗费 0 秒

添加最新版本的easywechat

@@ -801,7 +801,7 @@ class IndexController extends RestBaseController @@ -801,7 +801,7 @@ class IndexController extends RestBaseController
801 $map['status']=['in','1,3']; 801 $map['status']=['in','1,3'];
802 $map['delete_time']=0; 802 $map['delete_time']=0;
803 $result=db('join')->where($map)->find(); 803 $result=db('join')->where($map)->find();
804 - db('join')->getLastSql(); 804 + echo db('join')->getLastSql();
805 if (empty($result)){ 805 if (empty($result)){
806 $this->error('没有相关信息'); 806 $this->error('没有相关信息');
807 } 807 }