From 3ab3b4962eef591e4d82b6267553cdb637bfc5e1 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Mon, 11 Sep 2023 15:47:14 +0800 Subject: [PATCH] fixed --- home/controllers/h5/market/sylive2/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/controllers/h5/market/sylive2/Item.php b/home/controllers/h5/market/sylive2/Item.php index 7e3be013..57f32c98 100644 --- a/home/controllers/h5/market/sylive2/Item.php +++ b/home/controllers/h5/market/sylive2/Item.php @@ -312,7 +312,7 @@ class Item extends Wx{ } } - if($this->market_sylive_order_model->count(['itemId'=>$item_id, 'status>'=>1])){ + if($this->market_sylive_order_model->count(['itemId'=>$item_id, 'status'=>1])){ $this->show_json('',400,"每位客户仅限购买1次"); }