diff --git a/crmeb/app/admin/controller/order/StoreOrder.php b/crmeb/app/admin/controller/order/StoreOrder.php index 16298c4b..441eebf6 100644 --- a/crmeb/app/admin/controller/order/StoreOrder.php +++ b/crmeb/app/admin/controller/order/StoreOrder.php @@ -328,7 +328,7 @@ class StoreOrder extends AuthController $this->assign(compact('form')); return $this->fetch('public/form-builder'); } - else $this->failedNotice('订单状态错误'); + else return $this->failedNotice('订单状态错误'); } /**