@@ -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;
}