修改自动审方
This commit is contained in:
@@ -150,7 +150,9 @@ class OrderPrescription extends Model
|
||||
'OrderPrescriptionIcd'
|
||||
])
|
||||
->where($params)
|
||||
->orderBy('created_at','desc')
|
||||
->paginate($per_page, $fields, "page", $page);
|
||||
|
||||
$data = array();
|
||||
$data['current_page'] = $raw->currentPage();// 当前页码
|
||||
$data['total'] = $raw->total();//数据总数
|
||||
|
||||
Reference in New Issue
Block a user