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