|
|
@@ -77,6 +77,7 @@ class WorkController extends BaseController
|
|
|
//制作单列表 ssh 20220319
|
|
|
public function actionList()
|
|
|
{
|
|
|
+ util::fail('请更新应用');
|
|
|
$get = Yii::$app->request->get();
|
|
|
$where = [];
|
|
|
$where['mainId'] = $this->mainId;
|
|
|
@@ -301,4 +302,4 @@ class WorkController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|