修改医生账户

This commit is contained in:
2024-03-18 16:19:27 +08:00
parent 9b7020a4e9
commit 66504e386c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ class OrderInquiry extends Model
})
->whereIn('inquiry_status', $inquiry_status_params)
->whereBetween('reception_time', $reception_time)
->orderBy('reception_time')
->orderBy('reception_time','desc')
->paginate($per_page, $fields, "page", $page);
$data = array();