1
This commit is contained in:
@@ -174,7 +174,7 @@ class OrderInquiry extends Model
|
||||
public static function getDoctorOrderInquiryPage(array $params,array $fields = ["*"], int $page = null, ?int $per_page = 10): mixed
|
||||
{
|
||||
$raw = self::where($params)
|
||||
->orderBy('finish_time')
|
||||
->orderBy('finish_time','desc')
|
||||
->paginate($per_page, $fields, "page", $page);
|
||||
|
||||
$data = array();
|
||||
|
||||
Reference in New Issue
Block a user