This commit is contained in:
xiaoyu
2023-09-11 15:47:14 +08:00
parent 298a24bbc1
commit 3ab3b4962e
+1 -1
View File
@@ -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次");
}