dyjh 6 年 前
コミット
f769066b34
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Http/Controllers/Api/V1/AlbumController.php

+ 1 - 1
app/Http/Controllers/Api/V1/AlbumController.php

xqd
@@ -1765,7 +1765,7 @@ class AlbumController extends Controller
 
     public function test()
     {
-        $res = DB::connection('we7')->select("select * from `rk_member` where username='' or company='' ORDER BY id ASC ");
+        $res = DB::connection('we7')->select("select * from `rk_member` where username='' or company='' ORDER BY uid ASC ");
         dd($res);
         echo 111;
     }