Sfoglia il codice sorgente

制作单联系管理员

shish 9 mesi fa
parent
commit
91afdb9378
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app-hd/controllers/WorkController.php

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

@@ -96,6 +96,7 @@ class WorkController extends BaseController
     //新建制作单 ssh 20220319
     //新建制作单 ssh 20220319
     public function actionCreate()
     public function actionCreate()
     {
     {
+        util::fail('请联系管理员');
         $post = Yii::$app->request->post();
         $post = Yii::$app->request->post();
         $post['mainId'] = $this->mainId ?? 0;
         $post['mainId'] = $this->mainId ?? 0;
         $post['sjId'] = $this->sjId ?? 0;
         $post['sjId'] = $this->sjId ?? 0;