From 9cae42a67eca8c4ab5ae92d2dcbe4e6f8d7426bb Mon Sep 17 00:00:00 2001 From: liqi Date: Thu, 6 Mar 2025 16:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eapi=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=A4=84=E6=96=B9=E7=94=9F=E6=88=90=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/modules/v1/controllers/PrescriptionController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/modules/v1/controllers/PrescriptionController.php b/service/modules/v1/controllers/PrescriptionController.php index 74c8ba6..c602c2c 100644 --- a/service/modules/v1/controllers/PrescriptionController.php +++ b/service/modules/v1/controllers/PrescriptionController.php @@ -58,7 +58,7 @@ class PrescriptionController extends BaseAppController { // public $optional = ['process-rule-list', 'process-note-list']; - public $optional = ['NotifyOrderGeneration']; + public $optional = ['notify-order-generation']; public function beforeAction($action){ $ret = parent::beforeAction($action);