|
|
|
|
@ -422,7 +422,7 @@ class OrdersController extends CommonController
|
|
|
|
|
$query->select("paramedic_level.id", "paramedic_level.name");
|
|
|
|
|
},
|
|
|
|
|
"project" => function ($query) {
|
|
|
|
|
$query->select("id", "name", "range_mobile", "complaint_mobile", "content");
|
|
|
|
|
$query->select("id", "name", "range_mobile", "complaint_mobile", "content","agreement");
|
|
|
|
|
},
|
|
|
|
|
"bed" => function ($query) {
|
|
|
|
|
$query->select("bed.id", "bed.name", "bed.building_id", "bed.area_id")
|
|
|
|
|
|