新增api通知处方生成功能

This commit is contained in:
2025-03-06 17:14:41 +08:00
parent 6c3a13d698
commit 38b2c7f11e

View File

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