This commit is contained in:
xiaoyu
2023-10-14 14:00:05 +08:00
parent 546644ddad
commit 2c1bbe19dc
+2 -1
View File
@@ -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){