From 8b0665bbe0342b4047cd2d9aa9e9e8c58cfb7993 Mon Sep 17 00:00:00 2001 From: lccsw <805383944@qq.com> Date: Wed, 14 Dec 2022 17:16:14 +0800 Subject: [PATCH] edit-sylive-item_id --- home/controllers/h5/market/sylive2/Item.php | 1 - 1 file changed, 1 deletion(-) diff --git a/home/controllers/h5/market/sylive2/Item.php b/home/controllers/h5/market/sylive2/Item.php index 7cf70114..576aa00a 100644 --- a/home/controllers/h5/market/sylive2/Item.php +++ b/home/controllers/h5/market/sylive2/Item.php @@ -20,7 +20,6 @@ class Item extends Wx{ $param = $this->myencryption->base64url_decode($skey); $a_id = intval($param['a_id']);//活动id $itemId = intval($param['itemId']);//商品id - $itemId = $this->input->get('item_id'); $row = $this->market_sylive_items_model->get(['itemId'=>$itemId,'activityId'=>$a_id]); $act = $this->market_sylive_activity_model->get(['activityId'=>$a_id]); if(!$row){