修改我的秒杀入口
This commit is contained in:
@@ -194,10 +194,9 @@ class Ucenter extends Wx{
|
||||
$where = [
|
||||
'activityId' => $this->a_id,
|
||||
'userId' => $this->uid,
|
||||
'type' => 0,
|
||||
'status' => 1
|
||||
];
|
||||
$where['type'] = int($params['type']) ? 1 : 0;
|
||||
$where['type'] = intval($params['type']) ? 1 : 0;
|
||||
$total = $this->market_sylive_order_model->count($where);
|
||||
$lists = [];
|
||||
if($total){
|
||||
|
||||
Reference in New Issue
Block a user