draw
This commit is contained in:
@@ -203,7 +203,8 @@ class Order extends Admin
|
||||
!$size && $size = 20;
|
||||
$where = [
|
||||
'status' => 1,
|
||||
'activityId' => $this->a_id
|
||||
'activityId' => $this->a_id,
|
||||
'type' => 0
|
||||
];
|
||||
$item_id && $where['itemId'] = $item_id;
|
||||
if($this->group_user['bizId'] && $this->group_user['type']==1){
|
||||
|
||||
Reference in New Issue
Block a user