qifengquan vor 1 Jahr
Ursprung
Commit
ae57afa1c7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      application/api/controller/Community.php

+ 1 - 1
application/api/controller/Community.php

@@ -99,7 +99,7 @@ class Community extends Api
             case 4:
                 $where = ['belong'=>4];
         }
-        $data = Document::where($where)->select();
+        $data = Document::where($where)->order('weigh desc')->select();
         $res = [];
         foreach ($data as $k=>$v){
             array_push($res,$v->toarray());