WIN-2308041133\Administrator 8 months ago
parent
commit
4d54a8aff5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      application/api/controller/Platform.php

+ 4 - 4
application/api/controller/Platform.php

@@ -22,12 +22,12 @@ class Platform extends Api
 
 //        $map['ishot']=2;
 //        $map['endtimesjc']=['>',time()];
-        if(input('uid',0)>0){
-            $map['uid']=input('uid');
-        }
+//        if(input('uid',0)>0){
+//            $map['uid']=input('uid');
+//        }
         $list =  model('Platform')
 //            ->with('user')
-            ->where($map)
+//            ->where($map)
             ->limit(10)
             ->select();