1
This commit is contained in:
@@ -53,7 +53,7 @@ class UserPatientService extends BaseService
|
||||
|
||||
// 获取处方数量-未使用
|
||||
$OrderPrescriptionService = new OrderPrescriptionService();
|
||||
$order_prescription_count = $OrderPrescriptionService->getPatientPrescriptionWithStatus($user_patient['patient_id'],3);
|
||||
$order_prescription_count = $OrderPrescriptionService->getPatientPrescriptionWithStatus($user_patient['patient_id'],2);
|
||||
|
||||
// 获取药品数量-待支付
|
||||
$OrderProductService = new OrderProductService();
|
||||
|
||||
Reference in New Issue
Block a user