产品服务包的厨房状态
This commit is contained in:
@@ -1879,7 +1879,7 @@ class PrescriptionController extends BaseAppController
|
||||
$prescriptionWest->su_id = $id;
|
||||
$prescriptionWest->user_id = $userPatient->user_id;
|
||||
$prescriptionWest->up_id = $param['up_id'];
|
||||
$prescriptionWest->status = 1;
|
||||
$prescriptionWest->status = 4;
|
||||
$prescriptionWest->type = 1;//普通方
|
||||
$prescriptionWest->content = Json::encode($prescription_content);
|
||||
$prescriptionWest->category = $param['category'];
|
||||
@@ -1897,7 +1897,7 @@ class PrescriptionController extends BaseAppController
|
||||
$prescription->up_id = $param['up_id'];
|
||||
$prescription->type = 1;//普通方
|
||||
$prescription->is_online = 0;
|
||||
$prescription->status = 3;
|
||||
$prescription->status = 4;
|
||||
$prescription->content = Json::encode($prescription_content);
|
||||
$prescription->prescription_type = 5;//服务包
|
||||
$prescription->category = $param['category'];
|
||||
|
||||
Reference in New Issue
Block a user