新增api通知处方生成功能

This commit is contained in:
2025-03-06 17:14:07 +08:00
parent baac8cc73d
commit 6c3a13d698

View File

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