|
|
@@ -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('不能删除哦!');
|
|
|
}
|
|
|
|
|
|
//获取平台里的花材信息
|