@@ -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)) {