shish 2 лет назад
Родитель
Сommit
67d32eca63
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-hd/controllers/GhsController.php

+ 1 - 0
app-hd/controllers/GhsController.php

@@ -43,6 +43,7 @@ class GhsController extends BaseController
     //添加虚拟的供货商 ssh 20230305
     public function actionAddGhs()
     {
+        util::fail('开发中');
         $post = Yii::$app->request->post();
         $name = $post['name'] ?? '';
         if (empty($name)) {