zxhxx 3 years ago
parent
commit
4829c1ed38
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/api/controller/activity/WholeController.php

+ 0 - 1
app/api/controller/activity/WholeController.php

@@ -278,7 +278,6 @@ class WholeController
         $data = Package::where('status','in',join(",",['-1','-2']))->whereor(function ($query){
             $query->where('status',2)->where('admin_id','>0');
         })->order('id desc')->page(input('page',1),input('limit',10))->select()->toArray();
-        echo Package::getlastsql();
         foreach ($data as &$v)
         {
             $v['user'] = User::find($v['uid'])->toArray();