|
@@ -49,7 +49,7 @@ class ApiService{
|
|
->groupBy('lrr')->select(
|
|
->groupBy('lrr')->select(
|
|
[
|
|
[
|
|
'hrmresource.lastname as person_name',
|
|
'hrmresource.lastname as person_name',
|
|
- 'uf_wghgl_new.lrr as person_id '
|
|
|
|
|
|
+ 'uf_wghgl_new.lrr as person_id'
|
|
]
|
|
]
|
|
)->get();
|
|
)->get();
|
|
$query = json_decode($query);
|
|
$query = json_decode($query);
|