修改创建药品订单 订单状态
This commit is contained in:
@@ -866,10 +866,10 @@ class PatientOrderService extends BaseService
|
||||
return fail(HttpEnumCode::HTTP_ERROR, "处方未审核");
|
||||
}
|
||||
|
||||
if ($order_prescription['prescription_status'] == 3) {
|
||||
if ($order_prescription['prescription_status'] == 4) {
|
||||
return fail(HttpEnumCode::HTTP_ERROR, "处方已失效");
|
||||
}
|
||||
if ($order_prescription['prescription_status'] == 4) {
|
||||
if ($order_prescription['prescription_status'] == 5) {
|
||||
return fail(HttpEnumCode::HTTP_ERROR, "处方已使用");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user