limit
This commit is contained in:
@@ -316,8 +316,8 @@ class Item extends Wx{
|
||||
}
|
||||
}
|
||||
|
||||
if($this->market_sylive_order_model->count(['itemId'=>$item_id, 'status'=>1])){
|
||||
//$this->show_json('',400,"每位客户仅限购买1次");
|
||||
if($this->market_sylive_order_model->count(['itemId'=>$item_id, 'mobile'=>$mobile, 'status'=>1])){
|
||||
$this->show_json('',400,"每位客户仅限购买1次");
|
||||
}
|
||||
|
||||
$redis = &load_cache('redis');
|
||||
|
||||
Reference in New Issue
Block a user