shish 2 yıl önce
ebeveyn
işleme
67d32eca63
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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
     //添加虚拟的供货商 ssh 20230305
     public function actionAddGhs()
     public function actionAddGhs()
     {
     {
+        util::fail('开发中');
         $post = Yii::$app->request->post();
         $post = Yii::$app->request->post();
         $name = $post['name'] ?? '';
         $name = $post['name'] ?? '';
         if (empty($name)) {
         if (empty($name)) {