shizhongqi hace 4 años
padre
commit
2721e04d15
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/OrderController.php

+ 1 - 1
app-ghs/controllers/OrderController.php

@@ -813,7 +813,7 @@ class OrderController extends BaseController
     }
 
     //取消(供应商)订单 shizhongqi 20220619
-    public function actionCancleOrder()
+    public function actionCancelOrder()
     {
         $post = Yii::$app->request->post();
         $id = $post['id'] ?? 0;