liyinglin 2 years ago
parent 7b41fa7b47
commit 5ba75232cf

@ -92,7 +92,7 @@ class OrdersController extends CommonController
"bed" => function ($query) {
$query->with(["room", "building", "area"]);
}
])
])->where('status',$status)
->orderBy("id", "desc");
if (request()->is_export) {

Loading…
Cancel
Save