From 3c61c70f508a73a11a5095233b20bc35df677b29 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 30 Mar 2023 18:01:44 +0800 Subject: [PATCH] 1 --- app/Services/PatientOrderService.php | 2 +- app/Services/UserPharmacistService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/PatientOrderService.php b/app/Services/PatientOrderService.php index 81c2bd1..bc12df1 100644 --- a/app/Services/PatientOrderService.php +++ b/app/Services/PatientOrderService.php @@ -1041,7 +1041,7 @@ class PatientOrderService extends BaseService // 修改处方为已使用 $data = array(); - $data['prescription_status'] = 5; + $data['prescription_status'] = 4; $params = array(); $params['order_prescription_id'] = $order_prescription['order_prescription_id']; diff --git a/app/Services/UserPharmacistService.php b/app/Services/UserPharmacistService.php index 4099ddd..ea2c853 100644 --- a/app/Services/UserPharmacistService.php +++ b/app/Services/UserPharmacistService.php @@ -195,7 +195,7 @@ class UserPharmacistService extends BaseService $data = array(); if ($pharmacist_audit_status == 1){ // 审核成功 - $data['prescription_status'] = 3; + $data['prescription_status'] = 2; $data['pharmacist_audit_status'] = 1; }else{ $data['pharmacist_audit_status'] = 2;