新增api通知处方生成功能
This commit is contained in:
@@ -231,7 +231,7 @@ class DataController extends BaseAdminController
|
||||
['product_order', 'required'],
|
||||
]);
|
||||
$prescription = $param['prescription'];
|
||||
return $prescription->id;
|
||||
return $prescription;
|
||||
// $productOrder = $param['product_order'];
|
||||
//触发处方自动失效事件
|
||||
// $prescriptionEvent = new PrescriptionEvent();
|
||||
|
||||
Reference in New Issue
Block a user