新增api通知处方生成功能

This commit is contained in:
2025-03-06 17:18:44 +08:00
parent ac7a29536d
commit d79d19c95a

View File

@@ -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();