This commit is contained in:
2023-03-31 09:27:59 +08:00
parent 31f94fef18
commit 8be42f20f0
7 changed files with 27 additions and 148 deletions
+1 -1
View File
@@ -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();