1
This commit is contained in:
parent
e393372751
commit
3c61c70f50
@ -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'];
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user