修改医生账户
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user