新增api通知处方生成功能

This commit is contained in:
2025-03-06 17:17:50 +08:00
parent 38b2c7f11e
commit ac7a29536d

View File

@@ -231,7 +231,7 @@ class DataController extends BaseAdminController
['product_order', 'required'],
]);
$prescription = $param['prescription'];
return $prescription;
return $prescription->id;
// $productOrder = $param['product_order'];
//触发处方自动失效事件
// $prescriptionEvent = new PrescriptionEvent();