Commit 66fd6216 authored by 冯超鹏's avatar 冯超鹏

no message

parent 17d7770f
Pipeline #128 failed with stages
......@@ -28,7 +28,7 @@ class UinappHomeController extends Controller
->join('status as s','d.devicepolice','=','s.id')
->join('users as u','d.uid','=','u.id')
->where('d.id','=',$id)
->select('d.*','t.tname','g.gas','w.danwei','s.status_name','u.username','u.isadmin')
->select('d.*','t.tname','g.gas','w.danwei','s.status_name','u.username as nameh','u.isadmin')
->first();
return $this->jsonSuccessData($data);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment