修改自动审方

This commit is contained in:
2023-04-23 18:37:54 +08:00
parent f891c54f1e
commit c15bf38075
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -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();//数据总数