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