新增药师端首页、修正问诊列表医生数据
This commit is contained in:
@@ -185,7 +185,6 @@ class IndexService extends BaseService
|
||||
"pharmacist_id",
|
||||
"user_id",
|
||||
"user_name",
|
||||
"open_id",
|
||||
"status",
|
||||
"avatar",
|
||||
"is_online",
|
||||
@@ -215,15 +214,10 @@ class IndexService extends BaseService
|
||||
$audit_number = 0;
|
||||
}
|
||||
|
||||
// 获取药师待审核处方
|
||||
$OrderPrescriptionService = new OrderPrescriptionService();
|
||||
$prescription = $OrderPrescriptionService->getPharmacistWaitAuditPage($user_pharmacist['pharmacist_id']);
|
||||
|
||||
// 组合返回数据
|
||||
$data = array();
|
||||
$data['pharmacist'] = $user_pharmacist;
|
||||
$data['audit_number'] = $audit_number;
|
||||
$data['prescription'] = $prescription;
|
||||
|
||||
return success($data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user