林琦海 пре 5 година
родитељ
комит
3384038e98
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      app-ghs/controllers/ItemController.php

+ 4 - 4
app-ghs/controllers/ItemController.php

@@ -65,10 +65,10 @@ class ItemController extends BaseController
 
     public function actionDelete()
     {
-        $get = Yii::$app->request->get();
-        $id = isset($get['id']) ? $get['id'] : 0;
-        ItemService::deleteGhsItem($id, $this->shopId, $this->sjId, $this->adminId);
-        util::complete('操作成功');
+//        $get = Yii::$app->request->get();
+//        $id = isset($get['id']) ? $get['id'] : 0;
+//        ItemService::deleteGhsItem($id, $this->shopId, $this->sjId, $this->adminId);
+        util::fail('不能删除哦!');
     }
 
     //获取平台里的花材信息