修改我的秒杀入口

This commit is contained in:
lccsw
2023-06-15 10:33:02 +08:00
parent 67d57b9bcb
commit f972ab2b2b
@@ -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){