修改病例查看
This commit is contained in:
@@ -106,7 +106,7 @@ class OrderInquiryCase extends Model
|
|||||||
$query->where($order_inquiry_params);
|
$query->where($order_inquiry_params);
|
||||||
})
|
})
|
||||||
->where($params)
|
->where($params)
|
||||||
->orderBy('finish_time','desc')
|
->orderBy('created_at','desc')
|
||||||
->first($fields);
|
->first($fields);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user